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:
ee65315
)
Add version suffix git.
author
Klaas Freitag
<freitag@owncloud.com>
Thu, 29 Oct 2015 14:46:02 +0000
(15:46 +0100)
committer
Klaas Freitag
<freitag@owncloud.com>
Thu, 29 Oct 2015 14:46:02 +0000
(15:46 +0100)
VERSION.cmake
patch
|
blob
|
history
diff --git
a/VERSION.cmake
b/VERSION.cmake
index a98a00b3ed392d205385b6af50f9a7ffcc6a53f2..e18bc8b343c847755a1239458b55db04cc6aa35c 100644
(file)
--- a/
VERSION.cmake
+++ b/
VERSION.cmake
@@
-4,7
+4,7
@@
set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "
git
") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )