Skip to content

Commit

Permalink
[CMake] Bump version to v21.06.01
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Oct 1, 2021
1 parent 6287020 commit 48fb17b
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 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}\"")
Expand Down

0 comments on commit 48fb17b

Please sign in to comment.