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-09-03 12:40:46 +0300
committerGitHub <noreply@github.com>2021-09-03 12:40:46 +0300
commit2d54bc4d1706d148558bf78c498bfe50dbef44a6 (patch)
treec5a2f548b95eebd1720f1b754023deb030b0b0f3
parent2eee656dec3bd801c00a8634ca0b87df2265d11f (diff)
parent664ab345fa7bfc8ffffcc119a56cac5e183882ca (diff)
Merge pull request #3742 from nextcloud/bump-3.3.3v3.3.3
Bump version to 3.3.3
-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 47108e648..c810890f0 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 2 )
+set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index f4f0d8264..a0ee169ca 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.2'
+release = '3.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.