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:
7f9a91c
)
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>
Sat, 5 Apr 2025 18:14:42 +0000
(20:14 +0200)
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 3fe5f77979a44b1c3f3cbc9edad194d6df2b610c..1600bcd75efcab7a508728764ff04480836a8565 100644
(file)
--- 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 )