Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-10-24 20:20:41 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-10-24 20:20:41 +0400
commit0e828d802e1e37d01bd6c1d53a20181f493b540c (patch)
treec85c90c2a4d19bf5698fcb7d2925006b1fd192fb /VERSION.cmake
parent9505d7cc512197720b90dfe97e6b34e353ce779d (diff)
Bump version to 1.7.0rc1
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 cf59aa98a..b9a336aec 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 "beta5") #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 )