Przeglądaj źródła

prepare 3.8.0 release

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 3 lat temu
rodzic
commit
72595cf88b
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      VERSION.cmake
  2. 3 3
      doc/conf.py

+ 1 - 1
VERSION.cmake

@@ -1,5 +1,5 @@
 set( MIRALL_VERSION_MAJOR 3 )
-set( MIRALL_VERSION_MINOR 6 )
+set( MIRALL_VERSION_MINOR 7 )
 set( MIRALL_VERSION_PATCH 50 )
 set( MIRALL_VERSION_YEAR  2022 )
 set( MIRALL_SOVERSION 0 )

+ 3 - 3
doc/conf.py

@@ -41,16 +41,16 @@ 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
 # built documents.
 #
 # The short X.Y version.
-version = '3.7'
+version = '3.8'
 # The full version, including alpha/beta/rc tags.
-release = '3.6.50'
+release = '3.7.50'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.