From aea69c06acf8f706237a0eaf51e387975cac3df6 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 1 Sep 2023 17:57:44 +0200 Subject: [PATCH] prepare 3.10-rc1 release Signed-off-by: Matthieu Gallien --- VERSION.cmake | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index f584e92f62612..d3f0aea11203b 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) set( MIRALL_VERSION_MINOR 9 ) -set( MIRALL_VERSION_PATCH 50 ) +set( MIRALL_VERSION_PATCH 81 ) set( MIRALL_VERSION_YEAR 2023 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index ca64559526d96..8e65b69859f90 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.9' +version = '3.10' # The full version, including alpha/beta/rc tags. -release = '3.8.50' +release = '3.9.81' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.