We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561eafb commit 09ac472Copy full SHA for 09ac472
CMakeLists.txt
@@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00"
4
# Manually define VERSION
5
set(Sofa_VERSION_MAJOR 19)
6
set(Sofa_VERSION_MINOR 06)
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