From 5c68160f10b5aa0954e1190cc0b2bdca628f7f34 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 12 Dec 2024 15:51:02 +0100 Subject: [PATCH] prepare 3.15.1 release 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 80721a2bdb114..ee85c81664c50 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 15 ) -set( MIRALL_VERSION_PATCH 0 ) +set( MIRALL_VERSION_PATCH 1 ) set( MIRALL_VERSION_YEAR 2024 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index 7d896270b0800..7dff11cc78066 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.15' # The full version, including alpha/beta/rc tags. -release = '3.15.0' +release = '3.15.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.