diff --git a/VERSION.cmake b/VERSION.cmake index 1b587ec1e..481e7b8a1 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,7 +1,7 @@ set( MIRALL_VERSION_MAJOR 3 ) -set( MIRALL_VERSION_MINOR 11 ) +set( MIRALL_VERSION_MINOR 12 ) set( MIRALL_VERSION_PATCH 50 ) -set( MIRALL_VERSION_YEAR 2023 ) +set( MIRALL_VERSION_YEAR 2024 ) set( MIRALL_SOVERSION 0 ) # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html diff --git a/doc/conf.py b/doc/conf.py index cc839166d..d32cbfdf4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Nextcloud Client Manual' -copyright = u'2013-2023, The Nextcloud developers' +copyright = u'2013-2024, The Nextcloud developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.12' +version = '3.13' # The full version, including alpha/beta/rc tags. -release = '3.11.50' +release = '3.12.50' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.