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-06-24 13:04:33 +0300
committerGitHub <noreply@github.com>2021-06-24 13:04:33 +0300
commitbd337320e3c572ffb358b9a8ee33d0bad8a05bd0 (patch)
tree73e3fabefc3ba46e66312da2388c6343d69b2c0d
parent81e3474f8452f63062d7e7ae9d9d810350d84f0d (diff)
parent8b6c86a3057fe7c08a4208710d9359731dbdd911 (diff)
Merge pull request #3482 from nextcloud/bump-version-3.2.3v3.2.3
Bump versio to 3.2.3
-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 f75dbb8d5..ee9b7003e 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 2 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index d49918b50..6985a2f67 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.2'
# The full version, including alpha/beta/rc tags.
-release = '3.2.2'
+release = '3.2.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.