From 5901a0f9835261a640cd8bc9397bcd3068f2acd8 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 28 Apr 2021 09:30:08 +0200 Subject: update version to 3.2.1 Signed-off-by: Matthieu Gallien --- VERSION.cmake | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 948c64bae..32a772b26 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 2 ) -set( MIRALL_VERSION_PATCH 0 ) +set( MIRALL_VERSION_PATCH 1 ) set( MIRALL_VERSION_YEAR 2021 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index 68449414f..6cd2a4d7c 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.2' # The full version, including alpha/beta/rc tags. -release = '3.2.0' +release = '3.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3