xen: revert minSupportedVersion to the upstream value.

As the builder is generic, more people may be using it, so we should try
to keep this value as close to the upstream source of truth as possible.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2024-10-06 15:55:40 -03:00
parent 1dad6fe5cb
commit d2bb9a9ca5
+1 -1
View File
@@ -112,7 +112,7 @@ let
;
# Mark versions older than minSupportedVersion as EOL.
minSupportedVersion = "4.17";
minSupportedVersion = "4.16";
## Generic Patch Handling ##