From: Matthieu Gallien Date: Mon, 30 Jan 2023 15:50:51 +0000 (+0100) Subject: prepare for 3.7.0-rc1 release X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=943e1746a8bf90d65823fa8e1e99d7667284d518;p=nextcloud-desktop.git prepare for 3.7.0-rc1 release Signed-off-by: Matthieu Gallien --- diff --git a/VERSION.cmake b/VERSION.cmake index dd015f26a..bd6253898 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,7 +1,7 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 6 ) -set( MIRALL_VERSION_PATCH 50 ) -set( MIRALL_VERSION_YEAR 2022 ) +set( MIRALL_VERSION_PATCH 91 ) +set( MIRALL_VERSION_YEAR 2023 ) set( MIRALL_SOVERSION 0 ) # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html diff --git a/doc/conf.py b/doc/conf.py index 6af2ed919..453366eef 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-2022, The Nextcloud developers' +copyright = u'2013-2023, 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-2022, The Nextcloud developers' # The short X.Y version. version = '3.7' # The full version, including alpha/beta/rc tags. -release = '3.6.50' +release = '3.6.91' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.