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:
authorMichael Schuster <michael@schuster.ms>2019-09-06 19:28:50 +0300
committerMichael Schuster <michael@schuster.ms>2019-09-06 19:28:50 +0300
commitef9315cc0ad5e98278f19afd54051eac27552c3a (patch)
treedf5bd1af43603673b0756ab643e0da7eabb609df
parentacb9fc7c8eeb194fd1caefbcf6b4723baae98736 (diff)
Increase version to 2.6.0.v2.6.0-rc1
Signed-off-by: Michael Schuster <michael@schuster.ms>
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index b08e6f944..553a0f6ab 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 2 )
-set( MIRALL_VERSION_MINOR 5 )
-set( MIRALL_VERSION_PATCH 3 )
+set( MIRALL_VERSION_MINOR 6 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )