diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b449e2e63d..f82ef23a871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(CMakeDependentOption) # Manually define VERSION set(Sofa_VERSION_MAJOR 21) set(Sofa_VERSION_MINOR 06) -set(Sofa_VERSION_PATCH 00) +set(Sofa_VERSION_PATCH 01) set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH}) set(SOFA_VERSION_STR "\"${Sofa_VERSION}\"")