Skip to content

Commit

Permalink
nominate Zig 2024.11.0-mach
Browse files Browse the repository at this point in the history
Signed-off-by: Emi Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 31, 2024
1 parent f5512d1 commit 5dd8230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zigversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0-dev.1911+3bf89f55c
0.14.0-dev.2577+271452d22
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,6 @@ const SysAudioTest = struct {
comptime {
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.2577+271452d22") catch unreachable;
if (builtin.zig_version.order(supported_zig) != .eq) {
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.10.0-mach: https://machengine.org/docs/zig-version/", .{builtin.zig_version}));
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.11.0-mach: https://machengine.org/docs/zig-version/", .{builtin.zig_version}));
}
}

0 comments on commit 5dd8230

Please sign in to comment.