Skip to content

Commit 26f8d67

Browse files
authored
Merge pull request #241 from AntelopeIO/fix-release
remove rc1 from bugfix release
2 parents bbf155a + 62b283d commit 26f8d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(cdt)
1616
set(VERSION_MAJOR 4)
1717
set(VERSION_MINOR 0)
1818
set(VERSION_PATCH 1)
19-
set(VERSION_SUFFIX "rc1")
19+
set(VERSION_SUFFIX "")
2020

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

0 commit comments

Comments
 (0)