Skip to content

Commit

Permalink
[skip ci] Updating version for development post v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Nov 27, 2024
1 parent 8d891c2 commit 2f51243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else()
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")

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

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

0 comments on commit 2f51243

Please sign in to comment.