Update VERSION.cmake

Remove NC17 support

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2024-12-13 09:53:38 +01:00 committed by GitHub
parent 421d6512f5
commit 686236c125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2024 )
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 16)
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 18)
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MINOR 0)
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_PATCH 0)