From 48fb17baaddb873a537ce50ae8ad08a075cfe32b Mon Sep 17 00:00:00 2001 From: Guillaume Paran Date: Fri, 1 Oct 2021 15:54:09 +0200 Subject: [PATCH] [CMake] Bump version to v21.06.01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}\"")