diff --git a/VERSION.cmake b/VERSION.cmake index e2cf9de20edc9..c7384ceb0d9e5 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 3 ) -set( MIRALL_VERSION_MINOR 2 ) -set( MIRALL_VERSION_PATCH 82 ) +set( MIRALL_VERSION_MINOR 3 ) +set( MIRALL_VERSION_PATCH 0 ) set( MIRALL_VERSION_YEAR 2021 ) set( MIRALL_SOVERSION 0 ) diff --git a/doc/conf.py b/doc/conf.py index a1dc8c713ca30..bad5f195240d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '3.2' +version = '3.3' # The full version, including alpha/beta/rc tags. -release = '3.2.82' +release = '3.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.