File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ project(zig
38
38
)
39
39
40
40
set (ZIG_VERSION_MAJOR 0 )
41
- set (ZIG_VERSION_MINOR 14 )
41
+ set (ZIG_VERSION_MINOR 15 )
42
42
set (ZIG_VERSION_PATCH 0 )
43
43
set (ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git." )
44
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const assert = std.debug.assert;
11
11
const DevEnv = @import ("src/dev.zig" ).Env ;
12
12
const ValueInterpretMode = enum { direct , by_name };
13
13
14
- const zig_version : std.SemanticVersion = .{ .major = 0 , .minor = 14 , .patch = 0 };
14
+ const zig_version : std.SemanticVersion = .{ .major = 0 , .minor = 15 , .patch = 0 };
15
15
const stack_size = 46 * 1024 * 1024 ;
16
16
17
17
pub fn build (b : * std.Build ) ! void {
You can’t perform that action at this time.
0 commit comments