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:
74fc324
)
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, 15 Feb 2025 02:29:54 +0000
(
03:29
+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 ce2e89aa25f63964e02bd16142f7b721861726ec..bf3159c7e9db5f9ee8b12e1235fcacddaf302303 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 )