Skip to content

Commit 5dd8230

Browse files
Stephen Gutekanstemidoots
Stephen Gutekanst
authored andcommitted
nominate Zig 2024.11.0-mach
Signed-off-by: Emi Gutekanst <emi@hexops.com>
1 parent f5512d1 commit 5dd8230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.zigversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0-dev.1911+3bf89f55c
1+
0.14.0-dev.2577+271452d22

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,6 @@ const SysAudioTest = struct {
448448
comptime {
449449
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.2577+271452d22") catch unreachable;
450450
if (builtin.zig_version.order(supported_zig) != .eq) {
451-
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.10.0-mach: https://machengine.org/docs/zig-version/", .{builtin.zig_version}));
451+
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.11.0-mach: https://machengine.org/docs/zig-version/", .{builtin.zig_version}));
452452
}
453453
}

0 commit comments

Comments
 (0)