There was an error while loading. Please reload this page.
1 parent d11a448 commit 4ca475cCopy full SHA for 4ca475c
1 file changed
CMakeLists.txt
@@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00"
4
# Manually define VERSION
5
set(Sofa_VERSION_MAJOR 18)
6
set(Sofa_VERSION_MINOR 12)
7
-set(Sofa_VERSION_PATCH 00)
+set(Sofa_VERSION_PATCH 01)
8
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})
9
10
set(SOFA_KERNEL_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/SofaKernel" CACHE STRING "Path to SofaKernel")
0 commit comments