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>2015-10-16 12:12:50 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-10-16 12:12:50 +0300
commitd6098c39dcc72bf62381d50139717dc3d358fe67 (patch)
tree74be50a14e537a3c37c9d1bf43a378dbf6bd4796 /VERSION.cmake
parentaf721118cd38a622fb37102939832fd8403babd5 (diff)
Update Changelog and bump version to 2.0.2rc1v2.0.2-rc1
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index e18bc8b34..23cbc66f0 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 "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )