From 8c37c8e171111f159547b89167bfa878cfbe564d Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 28 Mar 2022 18:31:35 +0200 Subject: [PATCH] prepare for 3.5.0-rc2 Signed-off-by: Matthieu Gallien --- VERSION.cmake | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index fc00e50b8..b1429bd64 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,7 +1,7 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 4 ) -set( MIRALL_VERSION_PATCH 81 ) -set( MIRALL_VERSION_YEAR 2021 ) +set( MIRALL_VERSION_PATCH 82 ) +set( MIRALL_VERSION_YEAR 2022 ) 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 a8d5d61da..61f8b54d8 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.5' # The full version, including alpha/beta/rc tags. -release = '3.4.81' +release = '3.4.82' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.