Skip to content

Commit

Permalink
Merge pull request #313 from AntelopeIO/release-bump-v4.1.0-rc3
Browse files Browse the repository at this point in the history
Bump cmake to v4.1.0-rc3
  • Loading branch information
ericpassmore authored Aug 22, 2024
2 parents f2e8e92 + 14684af commit b4a95f9
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 @@ project(cdt)
set(VERSION_MAJOR 4)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX "rc2")
set(VERSION_SUFFIX "rc3")

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

0 comments on commit b4a95f9

Please sign in to comment.