Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-10-21 10:48:18 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-10-21 10:48:18 +0300
commitc67e53c7b2a4b4be38ce72c98673f0b299ee7ce6 (patch)
tree24293da3d9244a8b57a281f521afa8b0b0240112
parent5659e04e89e0a674cff6b9ca317c70b6540c7023 (diff)
set version suffix back to git
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 886c36300..e18bc8b34 100644
--- 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 "rc3") #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 )