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>2015-06-17 18:13:22 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-17 18:13:22 +0300
commit42513af536263ce76c429deab29d011fc37e0627 (patch)
tree86f651e41b93d5be84e106aa7b9d7edd57c240d5
parent676a2ff8cab185bad8c823c5af38dc976de176df (diff)
Bump to rc2v1.8.3-rc2
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index a79e81b1b..9818ca2aa 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 3 )
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 )