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>2015-03-06 18:35:20 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-03-06 18:41:59 +0300
commitb6e24cbd4522d29e6d8c65fcefa2b1f901bc7844 (patch)
tree374057cbaa1ff897ceaabc2084f77b7073239537 /VERSION.cmake
parentd2848b9c26f36ac3dad8cb47f1fc87fd7dc795bd (diff)
Push version to beta3
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 9ee467b61..43f3a8904 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 "beta2") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "beta3") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )