Skip to content

Commit

Permalink
Bump version to 18.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Jul 17, 2018
1 parent 5140862 commit 6abe09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ endif()
#CPack install
SET(CPACK_PACKAGE_VERSION_MAJOR "18")
SET(CPACK_PACKAGE_VERSION_MINOR "06")
SET(CPACK_PACKAGE_VERSION_PATCH "dev")
SET(CPACK_PACKAGE_VERSION_PATCH "00")
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_NAME "SOFA v${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_FILE_NAME "SOFA_v${CPACK_PACKAGE_VERSION}")
Expand Down
6 changes: 3 additions & 3 deletions SofaKernel/SofaFramework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ install(FILES "${CMAKE_BINARY_DIR}/include/sofa/config.h" DESTINATION "include/s
list(REMOVE_DUPLICATES SOFAFRAMEWORK_DEPENDENCY_INCLUDE_DIRECTORIES)

## Version
set(SOFAFRAMEWORK_VERSION "18.06.dev")
set(SOFAFRAMEWORK_VERSION "18.06.00")

## sofa/version.h
set(SOFA_VERSION "180699")
set(SOFA_VERSION_STR "\"18.06.dev\"")
set(SOFA_VERSION "180600")
set(SOFA_VERSION_STR "\"18.06.00\"")
configure_file(../framework/sofa/version.h.in "${CMAKE_BINARY_DIR}/include/sofa/version.h")
install(FILES "${CMAKE_BINARY_DIR}/include/sofa/version.h" DESTINATION include/sofa COMPONENT headers)

Expand Down

0 comments on commit 6abe09e

Please sign in to comment.