From: Christian Göttsche Date: Mon, 4 Jan 2021 13:15:00 +0000 (+0100) Subject: Use release version for Debian X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a2ef958b3124b8791d593f841bab8ae54c8eb393;p=nextcloud-desktop.git Use release version for Debian Forwarded: not-needed Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch --- diff --git a/VERSION.cmake b/VERSION.cmake index 3fe5f7797..1600bcd75 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -64,3 +64,8 @@ endif() # ------------------------------------ # Not used anymore. For brander, please maintain craftmaster.ini set(QT_MAJOR_VERSION 6) + +# Version from Debian changelog +if( EXTERNAL_VERSION ) + set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" ) +endif( EXTERNAL_VERSION )