Skip to content

Commit 76ff2c5

Browse files
authored
change version to v2.1.0-RC3 (#883)
1 parent 066d828 commit 76ff2c5

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
@@ -32,7 +32,7 @@ include(f3dVersion)
3232
set(F3D_MAJOR_VERSION 2)
3333
set(F3D_MINOR_VERSION 1)
3434
set(F3D_PATCH_VERSION 0)
35-
set(F3D_PATCH_VERSION_EXTRA RC2)
35+
set(F3D_PATCH_VERSION_EXTRA RC3)
3636
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION}-${F3D_PATCH_VERSION_EXTRA})
3737
set(F3D_VERSION_FULL ${F3D_VERSION})
3838
find_package(Git QUIET)

0 commit comments

Comments
 (0)