Skip to content

Commit 7fa39df

Browse files
committed
Bump version to 18.06.01
1 parent 1d41726 commit 7fa39df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ endif()
284284
# CPack configuration
285285
SET(CPACK_PACKAGE_VERSION_MAJOR "18")
286286
SET(CPACK_PACKAGE_VERSION_MINOR "06")
287-
SET(CPACK_PACKAGE_VERSION_PATCH "00")
287+
SET(CPACK_PACKAGE_VERSION_PATCH "01")
288288
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
289289
set(CPACK_PACKAGE_NAME "SOFA v${CPACK_PACKAGE_VERSION}")
290290
set(CPACK_PACKAGE_FILE_NAME "SOFA_v${CPACK_PACKAGE_VERSION}")

SofaKernel/SofaFramework/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ install(FILES "${CMAKE_BINARY_DIR}/include/sofa/config.h" DESTINATION "include/s
192192
list(REMOVE_DUPLICATES SOFAFRAMEWORK_DEPENDENCY_INCLUDE_DIRECTORIES)
193193

194194
## Version
195-
set(SOFAFRAMEWORK_VERSION "18.06.00")
196-
set(SOFA_VERSION "180600")
197-
set(SOFA_VERSION_STR "\"18.06.00\"")
195+
set(SOFAFRAMEWORK_VERSION "18.06.01")
196+
set(SOFA_VERSION "180601")
197+
set(SOFA_VERSION_STR "\"18.06.01\"")
198198
configure_file(../framework/sofa/version.h.in "${CMAKE_BINARY_DIR}/include/sofa/version.h")
199199
install(FILES "${CMAKE_BINARY_DIR}/include/sofa/version.h" DESTINATION include/sofa COMPONENT headers)
200200

0 commit comments

Comments
 (0)