Skip to content

Commit 4b5ebe8

Browse files
committed
[CMake] Bump version to v21.06.03
1 parent 85554b0 commit 4b5ebe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(CMakeDependentOption)
66
# Manually define VERSION
77
set(Sofa_VERSION_MAJOR 21)
88
set(Sofa_VERSION_MINOR 06)
9-
set(Sofa_VERSION_PATCH 02)
9+
set(Sofa_VERSION_PATCH 03)
1010
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})
1111

1212
set(SOFA_VERSION_STR "\"${Sofa_VERSION}\"")

0 commit comments

Comments
 (0)