Skip to content

Commit

Permalink
Updating version for release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Aug 23, 2022
1 parent a537bf3 commit 3b22501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(ProjectSourceVersion)

set(${PROJECT_NAME}_VERSION_MAJOR "2")
set(${PROJECT_NAME}_VERSION_MINOR "4")
set(${PROJECT_NAME}_VERSION_PATCH "0")
set(${PROJECT_NAME}_VERSION_PATCH "1")
# set(${PROJECT_NAME}_VERSION_TWEAK "")

# The hash is the current git sha1 hash tag of the HEAD.
Expand Down Expand Up @@ -79,7 +79,7 @@ else()
set(${PROJECT_NAME}_VERSION "v${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")

# Set to 1 for release commits only
set(${PROJECT_NAME}_RELEASE_VERSION 0)
set(${PROJECT_NAME}_RELEASE_VERSION 1)

if( NOT ${PROJECT_NAME}_RELEASE_VERSION )
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION}.dev")
Expand Down

0 comments on commit 3b22501

Please sign in to comment.