Skip to content

Commit 09ac472

Browse files
committed
[CMake] Bump version to 19.06.01
1 parent 561eafb commit 09ac472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00"
44
# Manually define VERSION
55
set(Sofa_VERSION_MAJOR 19)
66
set(Sofa_VERSION_MINOR 06)
7-
set(Sofa_VERSION_PATCH 00)
7+
set(Sofa_VERSION_PATCH 01)
88
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})
99

1010
set(SOFA_KERNEL_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/SofaKernel" CACHE STRING "Path to SofaKernel")

0 commit comments

Comments
 (0)