diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-06-06 12:05:37 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-06-06 12:05:37 -0700 |
| commit | aab5cccc78311b01516ed094bf0e9b4bbb6b4577 (patch) | |
| tree | b1a97aa1d69932c6a1b6af187b80ac3972df9321 /build.zig | |
| parent | cf90dfd3098bef5b3c22d5ab026173b3c357f2dd (diff) | |
| download | zig-aab5cccc78311b01516ed094bf0e9b4bbb6b4577.tar.gz zig-aab5cccc78311b01516ed094bf0e9b4bbb6b4577.zip | |
start the 0.14.0 release cycle
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ const fs = std.fs; const InstallDirectoryOptions = std.Build.InstallDirectoryOptions; const assert = std.debug.assert; -const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 13, .patch = 0 }; +const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 14, .patch = 0 }; const stack_size = 32 * 1024 * 1024; pub fn build(b: *std.Build) !void { |
