Skip to content

Commit

Permalink
Merge pull request #2036 from AntelopeIO/ehp/release-5-stable-version…
Browse files Browse the repository at this point in the history
…-bump

[5.0] Version to Bump 5.0.0 stable
  • Loading branch information
ericpassmore authored Jan 3, 2024
2 parents 91dea83 + 8059ea9 commit e2fda3b
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 rc3)
#set(VERSION_SUFFIX rc3)

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

0 comments on commit e2fda3b

Please sign in to comment.