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>2022-03-28 20:39:35 +0300
committerGitHub <noreply@github.com>2022-03-28 20:39:35 +0300
commit6df970db898b11a19c03715d24bb830ade95015c (patch)
treec2b7e44378a70e466a23cb3aaec6774d18b7427d
parentca63851ebe964590939140cc9c0dfa5ec0b6941c (diff)
parent8c37c8e171111f159547b89167bfa878cfbe564d (diff)
Merge pull request #4392 from nextcloud/release3.5.50-rc2v3.5.0-rc2
prepare for 3.5.0-rc2
-rw-r--r--VERSION.cmake4
-rw-r--r--doc/conf.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index fc00e50b8..b1429bd64 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 4 )
-set( MIRALL_VERSION_PATCH 81 )
-set( MIRALL_VERSION_YEAR 2021 )
+set( MIRALL_VERSION_PATCH 82 )
+set( MIRALL_VERSION_YEAR 2022 )
set( MIRALL_SOVERSION 0 )
# Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
diff --git a/doc/conf.py b/doc/conf.py
index a8d5d61da..61f8b54d8 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.5'
# The full version, including alpha/beta/rc tags.
-release = '3.4.81'
+release = '3.4.82'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.