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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2016-09-27 11:53:37 +0300
committerMarkus Goetz <markus@woboq.com>2016-09-27 11:53:37 +0300
commiteaeed08544d1d7f4031d28a8e1bd9dd5e08a60fd (patch)
treeae2eb317e278d9f5a6564b004f2bb1d462e5ab16
parentf1e2e42d99ccc221eeeaa612ef3550c82363354b (diff)
VERSION.cmake: 2.2.4 finalv2.2.4
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index ed25cd247..cfd4dff5b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2016 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )