From f155ce1932f7c3ccfd556f80333b8e567f20b534 Mon Sep 17 00:00:00 2001 From: Guillaume Paran Date: Mon, 25 Oct 2021 17:43:26 +0200 Subject: [PATCH] [CMake] Bump version to v21.06.02 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f82ef23a871..50fa699b000 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 01) +set(Sofa_VERSION_PATCH 02) set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH}) set(SOFA_VERSION_STR "\"${Sofa_VERSION}\"")