From 82a6f472350c4cdc6efd7e6ac78fa721085b8507 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 23 Aug 2024 11:19:08 +0200 Subject: [PATCH] master is now the next feature release (i.e. v3.15.0) 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 27bbf8f801af..543376ef2ccb 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,5 +1,5 @@ set( MIRALL_VERSION_MAJOR 3 ) -set( MIRALL_VERSION_MINOR 13 ) +set( MIRALL_VERSION_MINOR 14 ) set( MIRALL_VERSION_PATCH 50 ) set( MIRALL_VERSION_YEAR 2024 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index d32cbfdf4d54..7f1fa284d6bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.13' # The full version, including alpha/beta/rc tags. -release = '3.12.50' +release = '3.14.50' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.