prepare for 3.7.0-rc1 release
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 30 Jan 2023 15:50:51 +0000 (16:50 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 30 Jan 2023 15:50:51 +0000 (16:50 +0100)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
VERSION.cmake
doc/conf.py

index dd015f26a5ed3e9bbe1bd863efbeafdb1c90185d..bd62538986e7a07304e1d4133e5906058196b5c8 100644 (file)
@@ -1,7 +1,7 @@
 set( MIRALL_VERSION_MAJOR 3 )
 set( MIRALL_VERSION_MINOR 6 )
-set( MIRALL_VERSION_PATCH 50 )
-set( MIRALL_VERSION_YEAR  2022 )
+set( MIRALL_VERSION_PATCH 91 )
+set( MIRALL_VERSION_YEAR  2023 )
 set( MIRALL_SOVERSION 0 )
 
 # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
index 6af2ed919406bcf97fd28084c54fb306808f1640..453366eef74dbafaeadafcdcd22bef2ce98ffd73 100644 (file)
@@ -41,7 +41,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Nextcloud Client Manual'
-copyright = u'2013-2022, The Nextcloud developers'
+copyright = u'2013-2023, 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
@@ -50,7 +50,7 @@ copyright = u'2013-2022, The Nextcloud developers'
 # The short X.Y version.
 version = '3.7'
 # The full version, including alpha/beta/rc tags.
-release = '3.6.50'
+release = '3.6.91'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.