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:
authoralex-z <blackslayer4@gmail.com>2021-10-28 12:11:05 +0300
committeralex-z <blackslayer4@gmail.com>2021-10-28 12:11:05 +0300
commit680ab3754227183069a3f6a354248bb45850fa31 (patch)
treed622c6daffd8bdbd50faf3a2122835d30fca6744
parentb59ec4a0bf82fb355cedb85eecb0137bfc263d69 (diff)
Bump version to 3.3.6
Signed-off-by: alex-z <blackslayer4@gmail.com>
-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 c5dc8f3da..b454d6791 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 5 )
+set( MIRALL_VERSION_PATCH 6 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index a9e9e9fd5..ca12aaf53 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.5'
+release = '3.3.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.