diff --git a/VERSION.cmake b/VERSION.cmake index 543376ef2ccbf..741bafcb42502 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,5 +1,5 @@ set( MIRALL_VERSION_MAJOR 3 ) -set( MIRALL_VERSION_MINOR 14 ) +set( MIRALL_VERSION_MINOR 15 ) 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 7f1fa284d6bd7..5eea787eb52cc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.13' +version = '3.16' # The full version, including alpha/beta/rc tags. -release = '3.14.50' +release = '3.15.50' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.