From: Andreas Beckmann Date: Tue, 8 Apr 2025 05:32:27 +0000 (+0200) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/6.0-6+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71d206ce25c523764e02bb144e9e9b3bb4842705;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})