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:
authorDaniel Molkentin <danimo@owncloud.com>2014-10-20 12:28:47 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-10-20 12:28:47 +0400
commitac48fbae9cdaa27a3b0993db329761d58b272266 (patch)
tree03d1cda641b4d86d44c5a38d4c0aa370b4451bd3 /VERSION.cmake
parent6048a7143ac8fb50e10c45c7ca25d9ce0f46fe13 (diff)
1.7.0 beta4
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 0be681069..963fea9c1 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 "beta4") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )