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:
authorKlaas Freitag <freitag@owncloud.com>2016-02-08 18:57:41 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-02-08 18:57:41 +0300
commitdf0a33f131ff7df5eb600ecc00ec0e5f28b02f87 (patch)
tree01f466e24eab08602d9e277b03e7a10412849c99
parent95a58e74ca3a275b399f7bbdb52c7a1c1baeae26 (diff)
Push VERSION.cmake file to rc2v2.1.1-rc2
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index bee5aba21..8a5ab57fa 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )