From: Andreas Beckmann Date: Sun, 2 Apr 2023 23:08:50 +0000 (+0100) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/3.1-3+deb12u1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f92a3b642b3e57c0edf00a106dc7bb52c7fd34ce;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 804a371..6eeb162 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ endif() set(MAJOR_VERSION 3) set(MINOR_VERSION 1) -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})