From faddf5d1e5c89a5e85b62df14eb2b121eb8b86f4 Mon Sep 17 00:00:00 2001 From: bakpaul Date: Thu, 28 Mar 2024 10:55:21 +0100 Subject: [PATCH] [CMake] Bump version to v23.12.01 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2940cb95fa6..219edc22fb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(CMakeDependentOption) # Manually define VERSION set(Sofa_VERSION_MAJOR 23) set(Sofa_VERSION_MINOR 12) -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}\"")