From: Andreas Beckmann Date: Wed, 3 Aug 2022 23:54:01 +0000 (+0100) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/3.0-6+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5ce95c4553d1e483ec7b8480eadf464a8691dcb;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})