From: Andreas Beckmann Date: Thu, 17 Nov 2022 10:14:25 +0000 (+0000) Subject: this is not a release candidate X-Git-Tag: archive/raspbian/3.0-7+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83066ddfe59043b4184c149cd9f2528bafa852ee;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})