Browse Source

prepare for 3.6.0 release

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 3 years ago
parent
commit
ccc9f8930b
2 changed files with 3 additions and 3 deletions
  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 5 )
-set( MIRALL_VERSION_PATCH 82 )
+set( MIRALL_VERSION_MINOR 6 )
+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-2022, The Nextcloud developers'
 # The short X.Y version.
 version = '3.6'
 # The full version, including alpha/beta/rc tags.
-release = '3.5.82'
+release = '3.6.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.