mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8910 from nextcloud/bugfix/drop-NC19-support
fix: Update minimum supported Nextcloud server version to 20
This commit is contained in:
commit
d702a5bd6b
@ -16,9 +16,9 @@ set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})
|
||||
|
||||
# ------------------------------------
|
||||
# Minimum supported server versions
|
||||
# According to: https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
|
||||
# According to: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
|
||||
# ------------------------------------
|
||||
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 18)
|
||||
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 20)
|
||||
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MINOR 0)
|
||||
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_PATCH 0)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user