From 4cc2afca1049d90f801a8c4cd9bd3bfb0277bae0 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 18 Mar 2022 18:25:00 +0100 Subject: [PATCH] prepare for 3.5.0-rc1 Signed-off-by: Matthieu Gallien --- VERSION.cmake | 2 +- doc/conf.py | 4 ++-- 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. -- 2.30.2