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-12-22 12:54:32 +0300
committerGitHub <noreply@github.com>2020-12-22 12:54:32 +0300
commit75c329f4ff3472774b00537e096ba8c987a6bb3c (patch)
treed52fccf5f9157d9ad8602b4420534c1a08440213
parentf0292b15a06f9a74bb00d4997431c59972e42c3d (diff)
parentb69c047be147eddacad252e3d24fdd6cd12fb5a2 (diff)
Merge pull request #2761 from nextcloud/bump_to_3.1.1v3.1.1
Bump release to 3.1.1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 7ce542d62..6fbc2566e 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_PATCH 1 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )