From 01cfd426131cc027d6560a2bd3259fc8e78a51ed Mon Sep 17 00:00:00 2001 From: pwojcikdev Date: Wed, 4 Dec 2024 00:15:25 +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 4da28f153a..b435da90ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "30") endif() if(CI_TAG)