From: Andreas Beckmann Date: Fri, 26 Jul 2024 02:30:59 +0000 (+0200) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/6.0-4+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0fcd572157ad9084f21c722ef48da8bdb0f4a5cd;p=pocl.git this is not a release candidate Forwarded: not-needed Gbp-Pq: Name no-rc.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a35da9..78ecea7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ endif() set(MAJOR_VERSION 6) set(MINOR_VERSION 0) -set(VERSION_SUFFIX_FIXED_TEXT "") +set(VERSION_SUFFIX_FIXED_TEXT "+debian") set(VERSION_SUFFIX "${VERSION_SUFFIX_FIXED_TEXT}") set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_SUFFIX}) set(POCL_VERSION_BASE ${VERSION_STRING})