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>2014-04-29 16:09:43 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-04-29 16:09:43 +0400
commit7c27638f36ed5424d8486e7b1e1d421f181e4db4 (patch)
tree81c6e0b3bda0d79817341947de903c131183252b /VERSION.cmake
parent0bffdfb25679b656c21c6cada182c45943de4e2c (diff)
Set release suffix to 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 37c32d955..98f006a54 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 )