From: Andreas Beckmann Date: Thu, 9 Jan 2025 11:44:04 +0000 (+0100) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/6.0-4+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29f6c786bf5f533c6c84e6e52f93d5519fb0b8c4;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})