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 @@ -26,7 +26,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
2626
2727set (ZIG_VERSION_MAJOR 0)
2828set (ZIG_VERSION_MINOR 7)
29- set (ZIG_VERSION_PATCH 0 )
29+ set (ZIG_VERSION_PATCH 1 )
3030set (ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git." )
3131
3232if ("${ZIG_VERSION} " STREQUAL "" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const fs = std.fs;
1111const InstallDirectoryOptions = std .build .InstallDirectoryOptions ;
1212const assert = std .debug .assert ;
1313
14- const zig_version = std.builtin.Version { .major = 0 , .minor = 7 , .patch = 0 };
14+ const zig_version = std.builtin.Version { .major = 0 , .minor = 7 , .patch = 1 };
1515
1616pub fn build (b : * Builder ) ! void {
1717 b .setPreferredReleaseMode (.ReleaseFast );
You can’t perform that action at this time.
0 commit comments