Skip to content

Commit b4a95f9

Browse files
authored
Merge pull request #313 from AntelopeIO/release-bump-v4.1.0-rc3
Bump cmake to v4.1.0-rc3
2 parents f2e8e92 + 14684af commit b4a95f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(cdt)
1616
set(VERSION_MAJOR 4)
1717
set(VERSION_MINOR 1)
1818
set(VERSION_PATCH 0)
19-
set(VERSION_SUFFIX "rc2")
19+
set(VERSION_SUFFIX "rc3")
2020

2121
if (VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)