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:
authorMarkus Goetz <markus@woboq.com>2014-10-23 14:21:19 +0400
committerMarkus Goetz <markus@woboq.com>2014-10-23 14:22:07 +0400
commit81584c6d5162d19c6f810e04fbaaebea6c5da08b (patch)
treebc8a9fc49d7e2dcca025946394a5e9484c06ca26 /VERSION.cmake
parent0d9ae241c9bdd56e016dfb9ac10aa16a10a482ac (diff)
VERSION.cmake: 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 963fea9c1..cf59aa98a 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 "beta4") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "beta5") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )