From f91ae00cfa5113e0991d7c476460c8f55a80990f Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 11 Dec 2023 18:50:46 +0100 Subject: [PATCH] prepare for final release 3.11.0 Signed-off-by: Matthieu Gallien --- VERSION.cmake | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 256e556243eb6..3c3ff6e3feae2 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 81 ) +set( MIRALL_VERSION_MINOR 11 ) +set( MIRALL_VERSION_PATCH 0 ) set( MIRALL_VERSION_YEAR 2023 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index b9905551e9b80..7dfa134d32f1b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.11' # The full version, including alpha/beta/rc tags. -release = '3.10.81' +release = '3.11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.