Skip to content

Commit

Permalink
Update CPACK_PACKAGE_VERSION_PRE_RELEASE to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Jul 22, 2024
1 parent c9ba8f5 commit 904578b
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 @@ -45,7 +45,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CI_VERSION_PRE_RELEASE)
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "${CI_VERSION_PRE_RELEASE}")
else()
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
endif()

if(CI_TAG)
Expand Down

0 comments on commit 904578b

Please sign in to comment.