diff --git a/CMakeLists.txt b/CMakeLists.txt index 500daab3387..c26449f347d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00" # Manually define VERSION set(Sofa_VERSION_MAJOR 20) set(Sofa_VERSION_MINOR 12) -set(Sofa_VERSION_PATCH 01) +set(Sofa_VERSION_PATCH 02) set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH}) set(SOFA_KERNEL_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/SofaKernel" CACHE STRING "Path to SofaKernel")