projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e55674
)
Use release version for Debian
author
Christian Göttsche
<cgzones@googlemail.com>
Mon, 4 Jan 2021 13:15:00 +0000
(14:15 +0100)
committer
Sandro Knauß
<hefee@debian.org>
Wed, 4 Dec 2024 18:52:37 +0000
(19:52 +0100)
Forwarded: not-needed
Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch
VERSION.cmake
patch
|
blob
|
history
diff --git
a/VERSION.cmake
b/VERSION.cmake
index 80721a2bdb114d7b711edd9dda436d69d7f96bae..bfa9989971d92231c9c4389bfcda0777831ef5f1 100644
(file)
--- 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 )