From c142a2dc25a0181239215c30a417cf73166c8adf Mon Sep 17 00:00:00 2001 From: Camila Date: Tue, 9 Aug 2022 17:28:48 +0200 Subject: [PATCH] Bump version and year. Signed-off-by: Camila --- VERSION.cmake | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 99703e73d..55b8724d1 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 5 ) -set( MIRALL_VERSION_PATCH 50 ) +set( MIRALL_VERSION_PATCH 81 ) set( MIRALL_VERSION_YEAR 2022 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index 5bb94d33a..743ae78e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Nextcloud Client Manual' -copyright = u'2013-2021, The Nextcloud developers' +copyright = u'2013-2022, The Nextcloud developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -50,7 +50,7 @@ copyright = u'2013-2021, The Nextcloud developers' # The short X.Y version. version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.5.50' +release = '3.5.81' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.