Skip to content

Commit

Permalink
Merge pull request #1749 from AntelopeIO/release_5_0_rc_2
Browse files Browse the repository at this point in the history
bump Leap version to release/5.0.0-rc2
  • Loading branch information
linh2931 committed Oct 11, 2023
2 parents c42f4bf + ef21be9 commit 3231de1
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 @@ -16,7 +16,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
set(VERSION_SUFFIX rc2)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down

0 comments on commit 3231de1

Please sign in to comment.