Bump version and year.
authorCamila <hello@camila.codes>
Tue, 9 Aug 2022 15:28:48 +0000 (17:28 +0200)
committerCamila <hello@camila.codes>
Tue, 9 Aug 2022 15:28:48 +0000 (17:28 +0200)
Signed-off-by: Camila <hello@camila.codes>
VERSION.cmake
doc/conf.py

index 99703e73d8c701024b559d07adb02ba5d36d5b05..55b8724d17b3298cb0b8f65ea23c8b77c7df19b5 100644 (file)
@@ -1,6 +1,6 @@
 set( MIRALL_VERSION_MAJOR 3 )
 set( MIRALL_VERSION_MINOR 5 )
-set( MIRALL_VERSION_PATCH 50 )
+set( MIRALL_VERSION_PATCH 81 )
 set( MIRALL_VERSION_YEAR  2022 )
 set( MIRALL_SOVERSION 0 )
 
index 5bb94d33a1c15572e469d590cec6b96c15f55621..743ae78e19d5bd0b0b737e05b5d2ba9ad3f104a9 100644 (file)
@@ -41,7 +41,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Nextcloud Client Manual'
-copyright = u'2013-2021, The Nextcloud developers'
+copyright = u'2013-2022, 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-2021, The Nextcloud developers'
 # The short X.Y version.
 version = '3.6'
 # The full version, including alpha/beta/rc tags.
-release = '3.5.50'
+release = '3.5.81'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.