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>2015-03-04 14:29:17 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-03-04 14:29:17 +0300
commit07e60b916156bae963b4b0b4fbc512532c738bd4 (patch)
tree3f5452ec1994b601bb88ca4f5b7249d84d1c93ec /VERSION.cmake
parent46d5d22f72b8e9ce6570b2c2472a235aea54dc1e (diff)
Bump version to 1.8.0 beta2.
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 975a78d07..9ee467b61 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 "beta1") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "beta2") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )