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:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-07-29 11:40:19 +0300
committerGitHub <noreply@github.com>2021-07-29 11:40:19 +0300
commitacf3bf0959fc83393b71fbeed5b7633cab0f0d9d (patch)
tree3c38c3dd7788274e8049afa4f1d9786a14a6bf04
parent0569b2bab311c3c162a114a07935b810cc8c1408 (diff)
parent49647c62673d5eed9b7bb5dd67f0625f32e78873 (diff)
Merge pull request #3607 from nextcloud/bump-version-3.3.0v3.3.0
Bump version 3.3.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 e2cf9de20..c7384ceb0 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
-set( MIRALL_VERSION_MINOR 2 )
-set( MIRALL_VERSION_PATCH 82 )
+set( MIRALL_VERSION_MINOR 3 )
+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 a1dc8c713..bad5f1952 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.2'
+version = '3.3'
# The full version, including alpha/beta/rc tags.
-release = '3.2.82'
+release = '3.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.