Skip to content

Commit

Permalink
Merge pull request #241 from AntelopeIO/fix-release
Browse files Browse the repository at this point in the history
remove rc1 from bugfix release
  • Loading branch information
dimas1185 authored Oct 10, 2023
2 parents bbf155a + 62b283d commit 26f8d67
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 0)
set(VERSION_PATCH 1)
set(VERSION_SUFFIX "rc1")
set(VERSION_SUFFIX "")

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

0 comments on commit 26f8d67

Please sign in to comment.