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>2020-02-17 03:59:48 +0300
committerMichael Schuster <michael@schuster.ms>2020-02-17 03:59:48 +0300
commit5880c4954e0e8fcaed9df59f1134958be3f60c06 (patch)
treeced72eff0a9c4788cede5b5d5c9ff7fb490718f5
parentb02bd066a93d4c97c8da779a3a3fc148cfee9c21 (diff)
Bump version to 2.6.3v2.6.3
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 ea2a5efd9..bdfa686fe 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 6 )
-set( MIRALL_VERSION_PATCH 2 )
-set( MIRALL_VERSION_YEAR 2019 )
+set( MIRALL_VERSION_PATCH 3 )
+set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )