From: Andreas Beckmann Date: Tue, 13 Dec 2022 03:08:31 +0000 (+0000) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/3.0-8+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c5c28936450c8e1406e7b13f9177dfce48a9b703;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 66711fd..d44ba70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ endif() set(MAJOR_VERSION 3) set(MINOR_VERSION 0) -set(VERSION_SUFFIX_FIXED_TEXT "-rc2") +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})