Skip to content

Commit

Permalink
change version to v2.1.0-RC3 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jul 1, 2023
1 parent 066d828 commit 76ff2c5
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 @@ -32,7 +32,7 @@ include(f3dVersion)
set(F3D_MAJOR_VERSION 2)
set(F3D_MINOR_VERSION 1)
set(F3D_PATCH_VERSION 0)
set(F3D_PATCH_VERSION_EXTRA RC2)
set(F3D_PATCH_VERSION_EXTRA RC3)
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION}-${F3D_PATCH_VERSION_EXTRA})
set(F3D_VERSION_FULL ${F3D_VERSION})
find_package(Git QUIET)
Expand Down

0 comments on commit 76ff2c5

Please sign in to comment.