Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Aug 8, 2024
1 parent 9de0421 commit 68dcc65
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 "0")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "2")
endif()

if(CI_TAG)
Expand Down

0 comments on commit 68dcc65

Please sign in to comment.