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:
authorallexzander <allexzander@users.noreply.github.com>2021-07-22 10:19:31 +0300
committerGitHub <noreply@github.com>2021-07-22 10:19:31 +0300
commit2e07e93a42f72d82b29c423616018986b301ba89 (patch)
treee2eced19fba1dda26421d2929772ee5cf1265328
parent898fb3c6a88e9fc62c6c8e41deca085bca06e278 (diff)
parentd9a8a7e0ac72a21b391134ec2d319a793293c64f (diff)
Merge pull request #3581 from nextcloud/bump-version-3.2.82v3.3.0-rc2
Bump version to 3.3.0-rc2
-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 fdc5bd66e..e2cf9de20 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 81 )
+set( MIRALL_VERSION_PATCH 82 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index f745337f8..a1dc8c713 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.81'
+release = '3.2.82'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.