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:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-08-26 12:08:51 +0300
committerGitHub <noreply@github.com>2021-08-26 12:08:51 +0300
commit50453d9d7e5b42749b86e7a7f0e6b61b69b79650 (patch)
tree33a769794ec4fea2e319d2761e34d3f8b579f7db
parent02a95b6f5762af7c135fca535c30e043fd8f63c8 (diff)
parent2740fea577e47ef75d76f9c9c2a00f561b5fc902 (diff)
Merge pull request #3718 from nextcloud/release-3.3.2v3.3.2
Release 3.3.2
-rw-r--r--VERSION.cmake2
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 56e15b9e1..47108e648 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 3 )
-set( MIRALL_VERSION_PATCH 1 )
+set( MIRALL_VERSION_PATCH 2 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index 15478bed4..f4f0d8264 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,7 +50,7 @@ copyright = u'2013-2021, The Nextcloud developers'
# The short X.Y version.
version = '3.3'
# The full version, including alpha/beta/rc tags.
-release = '3.3.1'
+release = '3.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.