Skip to content

Commit

Permalink
Update F3D Version to 2.1.0-RC1 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jun 21, 2023
1 parent 797ba75 commit 22d9d01
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 0)
set(F3D_MINOR_VERSION 1)
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 22d9d01

Please sign in to comment.