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>2014-02-12 21:17:57 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-02-12 21:17:57 +0400
commit1875a93a488d11b6585ced1eb0043021636a9b30 (patch)
treee7b42c6e4ef53dc5914071d1b615f3ef317ba0fa /VERSION.cmake
parentfd40a25030d885181c02a846921764d3214345d0 (diff)
RC2
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 0a69555a2..acebbbc82 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 "rc1" ) #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 )