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:
authorKlaas Freitag <freitag@owncloud.com>2014-10-10 13:53:13 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-10-10 13:53:13 +0400
commit18f1b3c5ff0514f730e0a46532be14d9d4e52d66 (patch)
treef18b724c6d76d252d6d6e50c1f46fb3ab3dc8687
parent7dcbbb004663462d5adb00c206cb7a2ffc3f15eb (diff)
Bumped version to 1.6.4 rc2v1.6.4-rc2
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 662948ddd..85daa4f68 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 4 )
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 )