mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
start the 0.16.1 release cycle
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 0.16.x
|
||||
workflow_dispatch:
|
||||
|
||||
# This cancels older workflow runs on pull requests while ensuring that there
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ project(zig
|
||||
|
||||
set(ZIG_VERSION_MAJOR 0)
|
||||
set(ZIG_VERSION_MINOR 16)
|
||||
set(ZIG_VERSION_PATCH 0)
|
||||
set(ZIG_VERSION_PATCH 1)
|
||||
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")
|
||||
|
||||
if("${ZIG_VERSION}" STREQUAL "")
|
||||
|
||||
@@ -10,7 +10,7 @@ const Io = std.Io;
|
||||
const tests = @import("test/tests.zig");
|
||||
const DevEnv = @import("src/dev.zig").Env;
|
||||
|
||||
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 16, .patch = 0 };
|
||||
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 16, .patch = 1 };
|
||||
const stack_size = 46 * 1024 * 1024;
|
||||
|
||||
const IoMode = enum { threaded, evented };
|
||||
|
||||
Reference in New Issue
Block a user