Update CPACK_PACKAGE_VERSION_PRE_RELEASE to 0
This commit is contained in:
parent
ef7b337bc1
commit
4c14925a79
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue