From: Andreas Beckmann Date: Tue, 12 Dec 2023 15:33:19 +0000 (+0100) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/4.0-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1278f66b2341ec0b0513e7bf6e5cd3e9a578e3df;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 e1240fc..b3f839f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ endif() set(MAJOR_VERSION 4) 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})