From cbed4786bedd4ce58f2b2feaaf9b1b46ce0104b3 Mon Sep 17 00:00:00 2001 From: Camila Date: Mon, 29 Nov 2021 14:57:18 +0100 Subject: [PATCH] Bump version to 3.4.50. Signed-off-by: Camila --- VERSION.cmake | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 3f8ae089f..5b3542e41 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 0 ) +set( MIRALL_VERSION_PATCH 50 ) set( MIRALL_VERSION_YEAR 2021 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index 5e7b3b029..01f25f3ed 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.4' # The full version, including alpha/beta/rc tags. -release = '3.4.0' +release = '3.4.50' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.