From 5290a80053ebc4fb1469ff9eadd8130f3e8ae1d2 Mon Sep 17 00:00:00 2001 From: pwojcikdev Date: Wed, 7 Aug 2024 00:12:34 +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 621f00c95c..315b2f7380 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 "3") endif() if(CI_TAG)