Skip to content

Commit 4c14925

Browse files
committed
Update CPACK_PACKAGE_VERSION_PRE_RELEASE to 0
1 parent ef7b337 commit 4c14925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "0")
4747
if(CI_VERSION_PRE_RELEASE)
4848
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "${CI_VERSION_PRE_RELEASE}")
4949
else()
50-
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
50+
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
5151
endif()
5252

5353
if(CI_TAG)

0 commit comments

Comments
 (0)