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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-03-18 20:25:00 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-03-18 20:25:00 +0300
commit4cc2afca1049d90f801a8c4cd9bd3bfb0277bae0 (patch)
tree2beb0cb3c7cac827f036e87405402f55615951f8
parentdb129a09f2ea6e3f4d7d178c52f7e2e7fd2a6044 (diff)
prepare for 3.5.0-rc1
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--VERSION.cmake2
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 5b3542e41..fc00e50b8 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 4 )
-set( MIRALL_VERSION_PATCH 50 )
+set( MIRALL_VERSION_PATCH 81 )
set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
diff --git a/doc/conf.py b/doc/conf.py
index 01f25f3ed..a8d5d61da 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.4'
+version = '3.5'
# The full version, including alpha/beta/rc tags.
-release = '3.4.50'
+release = '3.4.81'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.