authorgravatar for mail@linusgroh.deLinus Groh <mail@linusgroh.de> 2025-02-08 20:55:53+00:00
committergravatar for mail@linusgroh.deLinus Groh <mail@linusgroh.de> 2025-02-08 21:02:17+00:00
log43cc656ea67f2bde72c4e88ea197f856b65692ae
tree1940218aee9133c250b713fdcf14d1011df18292
parentea1ce2df9b20b5c91278eb0ed99a9cd0b0949e1a

std.Target: Bump UEFI max version to 2.11

This is the most recent version, released in December 2024. https://uefi.org/specs/UEFI/2.11/

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
...@@ -597,7 +597,7 @@ pub const Os = struct {...@@ -597,7 +597,7 @@ pub const Os = struct {
597 .uefi => .{597 .uefi => .{
598 .semver = .{598 .semver = .{
599 .min = .{ .major = 2, .minor = 0, .patch = 0 },599 .min = .{ .major = 2, .minor = 0, .patch = 0 },
600 .max = .{ .major = 2, .minor = 9, .patch = 0 },600 .max = .{ .major = 2, .minor = 11, .patch = 0 },
601 },601 },
602 },602 },
603603