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-10-03 13:37:00 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-10-03 13:37:00 +0400
commited5a8ab09083130251a1867881b0282897f45d59 (patch)
tree043cfc70119009c09694c79c53ae375b68a8b22f /VERSION.cmake
parent41fa562dce72da0a28069a63fbb1f25c7adbf3b9 (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 f20d3f557..0be681069 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 )