From 5820c9bdb86502b58bfdba8998fe0999011bf16f Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 21 Dec 2023 16:25:55 +0100 Subject: [PATCH] prepare for 3.10.3 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 3eb060e7ea77..44c479cb847f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 10 ) -set( MIRALL_VERSION_PATCH 2 ) +set( MIRALL_VERSION_PATCH 3 ) set( MIRALL_VERSION_YEAR 2023 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index 63982140441c..7500e6f6b6ea 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.10' # The full version, including alpha/beta/rc tags. -release = '3.10.2' +release = '3.10.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.