From e9d3e8f27fc624cb699d0f322bc34350417f5c96 Mon Sep 17 00:00:00 2001 From: pwojcikdev Date: Sat, 22 Jun 2024 15:10:41 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d92541ca..4f6b81f12e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "1") endif() if(CI_TAG)