Skip to content

Commit

Permalink
Merge pull request #1142 from AntelopeIO/release-1.1-branch-version-bump
Browse files Browse the repository at this point in the history
[1.1.0] Version Bump Release to 1.1.0-rc1
  • Loading branch information
ericpassmore authored Feb 4, 2025
2 parents b56562c + ea14afa commit dcb9cc9
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 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX dev)
set(VERSION_SUFFIX rc1)

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

0 comments on commit dcb9cc9

Please sign in to comment.