Explorar el Código

Merge pull request #4471 from nextcloud/prepare3.5.0

prepare final 3.5.0 release
Matthieu Gallien hace 3 años
padre
commit
ccb79dc69f
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      VERSION.cmake
  2. 1 1
      doc/conf.py

+ 2 - 2
VERSION.cmake

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

+ 1 - 1
doc/conf.py

@@ -50,7 +50,7 @@ copyright = u'2013-2021, The Nextcloud developers'
 # The short X.Y version.
 version = '3.5'
 # The full version, including alpha/beta/rc tags.
-release = '3.4.84'
+release = '3.5.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.