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:
authorCamila <hello@camila.codes>2021-11-29 16:46:29 +0300
committerGitHub <noreply@github.com>2021-11-29 16:46:29 +0300
commitfd60e605411e63387cafa2d03e966716d295793f (patch)
treeabd12d231d72733369bc0b123efa3788a8713cd7
parent1440c53ed6de810ddb8f640a03be22f3c43138e8 (diff)
parentfb833ed311678338b775c8b65ee1c3f279d9c418 (diff)
Merge pull request #4010 from nextcloud/bump-versionv3.4.0-do-not-use
Bump VERSION.cmake to 3.4.0.
-rw-r--r--VERSION.cmake4
-rw-r--r--doc/conf.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 9d8935f88..3f8ae089f 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 82 )
+set( MIRALL_VERSION_MINOR 4 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index 430db5610..5e7b3b029 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013-2021, The Nextcloud developers'
# built documents.
#
# The short X.Y version.
-version = '3.3'
+version = '3.4'
# The full version, including alpha/beta/rc tags.
-release = '3.3.82'
+release = '3.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.