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-08-08 12:57:09 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-08-08 12:57:09 +0400
commit600a6d93469a312d14798d2edfd0ec5876400f96 (patch)
treeb052bbc6db4c59ffe56ae1c8b8adb89dc6a9e3b0
parent0e22864426f80da2ef2184e2152c39ba8b5f419e (diff)
Bumped version to alpha1v1.7.0-alpha1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index ed62a196b..f0f324c73 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 "prealpha") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "alpha1") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )