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-05-15 19:22:01 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-05-15 19:22:01 +0400
commitadfb163593f0531177aec22b85930cb089d1320f (patch)
treecdedab3e26f2b1243844bf845d39314dc96eddf7 /VERSION.cmake
parent81c768099e2779c4bad5343d4a5bb882cddac756 (diff)
1.6.0rc1v1.6.0-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 98f006a54..855c8e6a7 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "beta2" ) #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 )