Skip to content

Commit f62277d

Browse files
authored
Merge pull request #1007 from mwestphal/2.2.0-RC1_branch
Update version number to 2.2.0-RC1
2 parents 31c368b + 3a9ab3b commit f62277d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ include(f3dVersion)
3030

3131
# Handle F3D_VERSION
3232
set(F3D_MAJOR_VERSION 2)
33-
set(F3D_MINOR_VERSION 1)
33+
set(F3D_MINOR_VERSION 2)
3434
set(F3D_PATCH_VERSION 0)
35-
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
35+
set(F3D_PATCH_VERSION_EXTRA RC1)
36+
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION}-${F3D_PATCH_VERSION_EXTRA})
3637
set(F3D_VERSION_FULL ${F3D_VERSION})
3738
find_package(Git QUIET)
3839
f3d_determine_version("${CMAKE_CURRENT_SOURCE_DIR}" "${GIT_EXECUTABLE}" "F3D")

0 commit comments

Comments
 (0)