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-01 23:04:13 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-10-01 23:04:13 +0400
commitfee18dd4579622bb3075b5499b8ec84d7bf5efed (patch)
tree1cddee071b045949884f64ddfaf0760435bd23f4 /VERSION.cmake
parent81d3ce82578a597c5b3d065ddcd55c6c6124d6b3 (diff)
Push version 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 0105275b8..f20d3f557 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 )