support server versions for one year after it is end of life
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 24 Aug 2021 12:51:31 +0000 (14:51 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 24 Aug 2021 12:51:31 +0000 (14:51 +0200)
according to https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
VERSION.cmake

index c6f3658b06f449b933e95c7db24215bda235d2a5..4939189ea437d626b7c1a50270715aeb9c1dbf1d 100644 (file)
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR  2021 )
 set( MIRALL_SOVERSION 0 )
 
 # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
-set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 20)
+set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 16)
 set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MINOR 0)
 set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_PATCH 0)