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~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c394fe51702d11222e7a55c9d537ade4067659e0;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 ce2e89aa2..bf3159c7e 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -39,3 +39,8 @@ if( MIRALL_VERSION_BUILD ) endif( MIRALL_VERSION_BUILD ) set(QT_MAJOR_VERSION 6) + +# Version from Debian changelog +if( EXTERNAL_VERSION ) + set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" ) +endif( EXTERNAL_VERSION )