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>2022-01-27 11:55:36 +0300
committerGitHub <noreply@github.com>2022-01-27 11:55:36 +0300
commitb0791e51ceebef3295b30dc596c391c077af1924 (patch)
treed1f476621166a72e1f7d3acda44af4ba4ed71ca3
parentd74024baf426eb2a6bdb0d74f43b60efa630e528 (diff)
parent11a36158adf70aa53a6d396cbcefad06c7f3794d (diff)
Merge pull request #4208 from nextcloud/bump-version-3.4.2v3.4.2
Bump version 3.4.2
-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 1fae2263b..203ce2be6 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 1 )
-set( MIRALL_VERSION_YEAR 2021 )
+set( MIRALL_VERSION_PATCH 2 )
+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 da982d783..b57c5cf93 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.4'
# The full version, including alpha/beta/rc tags.
-release = '3.4.1'
+release = '3.4.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.