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>2013-12-11 22:01:53 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-12-11 22:01:53 +0400
commit4f7fe643098a0f1fd3cf1f6044f72a4904d7c502 (patch)
tree9bab50664b4a8c132a7506619883a6f7994ded0c /VERSION.cmake
parent342937ccd1eead57e5da956a2ea47d8a06d412c4 (diff)
Bump version to 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 11e25bfa6..cdb4d6f95 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 "beta3" ) #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 )