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-09-20 15:51:07 +0300
committerGitHub <noreply@github.com>2021-09-20 15:51:07 +0300
commitdcc0fa9f9d1854c57bffcff03edbca836cc156f7 (patch)
treea8ade229b7483ad52eaad389fc7dc05cfc86c0da
parented99ffaeecd839bb042028a55d136c0088c577f2 (diff)
parent26dfa3983f09a79c8ff6c754f82efbf314675e6f (diff)
Merge pull request #3817 from nextcloud/bump-3.3.4v3.3.4
Bump version to 3.3.4
-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 c810890f0..2918ffc6c 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 3 )
-set( MIRALL_VERSION_PATCH 3 )
+set( MIRALL_VERSION_PATCH 4 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index a0ee169ca..b36f6a698 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.3'
# The full version, including alpha/beta/rc tags.
-release = '3.3.3'
+release = '3.3.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.