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:
7390036
)
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>
Sun, 9 Mar 2025 11:31:15 +0000
(12:31 +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 b504186ffb1b6da670392d9c04bb06810525e440..68ee551e46eebb1dcf1fcfde0beca9803dd63759 100644
(file)
--- a/
VERSION.cmake
+++ b/
VERSION.cmake
@@
-45,3
+45,8
@@
endif( MIRALL_VERSION_BUILD )
# 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 )