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>2021-01-28 11:27:09 +0300
committerGitHub <noreply@github.com>2021-01-28 11:27:09 +0300
commit9398260fb3742212fb98ee4c2b35c20b45dd9b6d (patch)
tree35681afd8dae25635c7d3c7ee1da568543377a0c
parent6bb3db0546681b450d2c4c2c990273b9f14ae423 (diff)
parentef3922a8992dca379b49f9e1df39cb33f2a286a4 (diff)
Merge pull request #2880 from nextcloud/bump_to_3.1.2v3.1.2
Bump release to 3.1.2
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 6fbc2566e..c729665e5 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 1 )
+set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )