From: alex-z Date: Thu, 27 Jan 2022 08:53:36 +0000 (+0200) Subject: Bump version to 3.4.2 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=11a36158adf70aa53a6d396cbcefad06c7f3794d;p=nextcloud-desktop.git Bump version to 3.4.2 Signed-off-by: alex-z --- diff --git a/VERSION.cmake b/VERSION.cmake index 1fae2263b..203ce2be6 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 1 ) -set( MIRALL_VERSION_YEAR 2021 ) +set( MIRALL_VERSION_PATCH 2 ) +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 da982d783..b57c5cf93 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.1' +release = '3.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.