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 @@ -35,7 +35,7 @@ project(zig C CXX)
3535set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} /cmake ${CMAKE_MODULE_PATH} )
3636
3737set (ZIG_VERSION_MAJOR 0)
38- set (ZIG_VERSION_MINOR 11 )
38+ set (ZIG_VERSION_MINOR 12 )
3939set (ZIG_VERSION_PATCH 0)
4040set (ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git." )
4141
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const fs = std.fs;
99const InstallDirectoryOptions = std .Build .InstallDirectoryOptions ;
1010const assert = std .debug .assert ;
1111
12- const zig_version = std.SemanticVersion { .major = 0 , .minor = 11 , .patch = 0 };
12+ const zig_version = std.SemanticVersion { .major = 0 , .minor = 12 , .patch = 0 };
1313const stack_size = 32 * 1024 * 1024 ;
1414
1515pub fn build (b : * std.Build ) ! void {
You can’t perform that action at this time.
0 commit comments