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:
authorCamila San <hello@camila.codes>2019-09-27 18:01:24 +0300
committerMichael Schuster <michael@schuster.ms>2019-10-05 16:13:59 +0300
commit286e45bafe50873d913bb976bc67e08b61162d8d (patch)
treed0275d1928228959ca7d5401e9c8de8e5acfa626
parentaa1bb470e650f17a71b2b34a993547aaf8b6f272 (diff)
Bump version to 2.6.0v2.6.0-fix1
Signed-off-by: Camila San <hello@camila.codes> (cherry picked from commit e0b32c19e4dd641f4edf74fc3fbdba3d86ca9784) 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 )