Skip to content

Commit

Permalink
Merge pull request #1007 from mwestphal/2.2.0-RC1_branch
Browse files Browse the repository at this point in the history
Update version number to 2.2.0-RC1
  • Loading branch information
mwestphal authored Sep 30, 2023
2 parents 31c368b + 3a9ab3b commit f62277d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ include(f3dVersion)

# Handle F3D_VERSION
set(F3D_MAJOR_VERSION 2)
set(F3D_MINOR_VERSION 1)
set(F3D_MINOR_VERSION 2)
set(F3D_PATCH_VERSION 0)
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
set(F3D_PATCH_VERSION_EXTRA RC1)
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)
f3d_determine_version("${CMAKE_CURRENT_SOURCE_DIR}" "${GIT_EXECUTABLE}" "F3D")
Expand Down

0 comments on commit f62277d

Please sign in to comment.