Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2019-07-15 14:48:03 +0300
committerMarkus Goetz <markus@woboq.com>2019-07-15 14:48:03 +0300
commitf531c5fae47a1750126f554f4455a3f19997af86 (patch)
treeca7e51d21e71db7cc39192a09188c8c1b32c377c
parentaafa903a02bbfc30a6c2ad83f02966994c647eb8 (diff)
VERSION.cmake: 2.6.0 alpha2v2.6.0-alpha2
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 553a0f6ab..e6b601142 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "alpha2") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )