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-10 14:16:47 +0300
committerGitHub <noreply@github.com>2020-12-10 14:16:47 +0300
commit7f4ffd0f72482b6cf42e74335f3a360c3058f023 (patch)
tree1144284e725cdd24b467ec1357f3cdf89f9d85f1
parente1607882041622468bba71e448f63347af59c38a (diff)
parente6b06d0a6b50cb578c2d1dee9b8492724ab933d9 (diff)
Merge pull request #2696 from nextcloud/v.3.1.0v3.1.0
Bump master version to 3.1.0
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index d0f98cbec..7ce542d62 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
-set( MIRALL_VERSION_MINOR 0 )
-set( MIRALL_VERSION_PATCH 82 )
+set( MIRALL_VERSION_MINOR 1 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )