Skip to content

Commit

Permalink
[CMake] EDIT version number for v17.06.02
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Oct 12, 2017
1 parent 7803321 commit cea9992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ install(DIRECTORY modules/sofa/component/typedef/ DESTINATION include/sofa/compo


#CPack install
SET(CPACK_PACKAGE_VERSION "17.06.01")
SET(CPACK_PACKAGE_VERSION "17.06.02")
SET(CPACK_PACKAGE_VERSION_MAJOR "17")
SET(CPACK_PACKAGE_VERSION_MINOR "06")
SET(CPACK_PACKAGE_VERSION_PATCH "01")
SET(CPACK_PACKAGE_VERSION_PATCH "02")

#dirty hack to pack component we want (named BundlePack from runSofa for example, and that will install .app + share)
#if not set, it will install everything as usual
Expand Down
6 changes: 3 additions & 3 deletions SofaKernel/SofaFramework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ list(APPEND SOFAFRAMEWORK_DEPENDENCY_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_BINARY_
list(REMOVE_DUPLICATES SOFAFRAMEWORK_DEPENDENCY_INCLUDE_DIRECTORIES)

## Version
set(SOFAFRAMEWORK_VERSION "17.06.01")
set(SOFAFRAMEWORK_VERSION "17.06.02")

## sofa/version.h
set(SOFA_VERSION "170601")
set(SOFA_VERSION_STR "\"devel\"")
set(SOFA_VERSION "170602")
set(SOFA_VERSION_STR "\"v17.06.02\"")
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)

Expand Down

0 comments on commit cea9992

Please sign in to comment.