Skip to content

Commit

Permalink
Merge pull request #13 from AntelopeIO/bump-310rc4
Browse files Browse the repository at this point in the history
[3.1] bump version to 3.1.0-rc4
  • Loading branch information
arhag authored Aug 17, 2022
2 parents 37cdac8 + f27b0c0 commit 579d3f6
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 3)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc3)
set(VERSION_SUFFIX rc4)

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

0 comments on commit 579d3f6

Please sign in to comment.