Skip to content

Commit

Permalink
[CMake] Bump version to v23.12.01
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Mar 28, 2024
1 parent ec2390b commit faddf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}\"")
Expand Down

0 comments on commit faddf5d

Please sign in to comment.