authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-02 19:53:58+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-02 19:53:58+02:00
log9013d9ed78fb2deea01077e1223cd7f6e412906e
treefb0139a04a0cb245abdb29d14e1518861b12fef6
parent2f999dd3af782e6bdc27361ef81db624c4b807ca
signature Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: Update maximum supported AIX version.


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

lib/std/Target.zig+1-1
...@@ -434,7 +434,7 @@ pub const Os = struct {...@@ -434,7 +434,7 @@ pub const Os = struct {
434 .aix => .{434 .aix => .{
435 .semver = .{435 .semver = .{
436 .min = .{ .major = 7, .minor = 2, .patch = 5 },436 .min = .{ .major = 7, .minor = 2, .patch = 5 },
437 .max = .{ .major = 7, .minor = 3, .patch = 2 },437 .max = .{ .major = 7, .minor = 3, .patch = 3 },
438 },438 },
439 },439 },
440 .hurd => .{440 .hurd => .{