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:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-11-12 18:31:01 +0300
committerGitHub <noreply@github.com>2020-11-12 18:31:01 +0300
commitebcdb41fb9806b5cca7317b361b9ea3400523472 (patch)
tree3d3eb8b5e0d1532161675c3b9de0a7c7fe6cec7f
parent2316cb6ce44be0630a3da2a198ee5fc26c3dce55 (diff)
parentd2e0959b4783fa3a36351caeba18a11e714ad7da (diff)
Merge pull request #2630 from nextcloud/bump_to_version_3.0.81v3.1.0-rc1
Master is now 3.0.81
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 7ce542d62..caa818f39 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
-set( MIRALL_VERSION_MINOR 1 )
-set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_MINOR 0 )
+set( MIRALL_VERSION_PATCH 81 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )