Skip to content

Commit

Permalink
Merge pull request #303 from AntelopeIO/ehp/merge-4.1-rc2-bump
Browse files Browse the repository at this point in the history
[4.1 -> main] Merge 4.1-rc2 version bump commit and reset version
  • Loading branch information
ericpassmore authored Aug 17, 2024
2 parents 18b09dd + 6d4f932 commit 6b98462
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 1)
set(VERSION_SUFFIX "")
set(VERSION_SUFFIX "dev")

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

0 comments on commit 6b98462

Please sign in to comment.