From b449d9a27a9ccd47d70ca09419cb55d90ee2cb4a Mon Sep 17 00:00:00 2001 From: homebot Date: Sat, 20 Jan 2024 23:09:49 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efbf627d37..fad017faba 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 "0") + set(CPACK_PACKAGE_VERSION_PRE_RELEASE "1") endif() if(CI_TAG)