From ecb13d36f3f3f1fce63e7dc880eddc36df32b56a Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 24 Aug 2021 14:51:31 +0200 Subject: [PATCH] support server versions for one year after it is end of life according to https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule Signed-off-by: Matthieu Gallien --- VERSION.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.cmake b/VERSION.cmake index c6f3658b0..4939189ea 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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) -- 2.30.2