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-12-17 18:52:51 +0300
committerGitHub <noreply@github.com>2021-12-17 18:52:51 +0300
commitfa32c100148925092c9a320e6f8e2e0130b9cb6a (patch)
tree104a0f060e5505c8c319c1deb2028f17d6d55d01
parent3a3a6dd6b8a9f978daa59492c7efb55c7bab0aff (diff)
parentfe67d66d3d1ca406be04f6ac5083b0e8f52bfdb4 (diff)
Merge pull request #4097 from nextcloud/bumpVersionv3.4.1
Bump version
-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 3f8ae089f..1fae2263b 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 4 )
-set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index 5e7b3b029..da982d783 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.0'
+release = '3.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.