zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 0c1701768d4fefcc4792ebe39b79e31028c53bfa (tree)
parent 049e6025f2961467306e741fcf29c45c28fad6b3
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 31 Oct 2022 10:24:38 -0700

Release 0.10.0

Diffstat:
Mbuild.zig | 4++--
Mdoc/langref.html.in | 1+
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.zig b/build.zig @@ -215,7 +215,7 @@ pub fn build(b: *Builder) !void { switch (mem.count(u8, git_describe, "-")) { 0 => { - // Tagged release version (e.g. 0.9.0). + // Tagged release version (e.g. 0.10.0). if (!mem.eql(u8, git_describe, version_string)) { std.debug.print("Zig version '{s}' does not match Git tag '{s}'\n", .{ version_string, git_describe }); std.process.exit(1); @@ -223,7 +223,7 @@ pub fn build(b: *Builder) !void { break :v version_string; }, 2 => { - // Untagged development build (e.g. 0.9.0-dev.2025+ecf0050a9). + // Untagged development build (e.g. 0.10.0-dev.2025+ecf0050a9). var it = mem.split(u8, git_describe, "-"); const tagged_ancestor = it.first(); const commit_height = it.next().?; diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -317,6 +317,7 @@ <a href="https://ziglang.org/documentation/0.7.1/">0.7.1</a> | <a href="https://ziglang.org/documentation/0.8.1/">0.8.1</a> | <a href="https://ziglang.org/documentation/0.9.1/">0.9.1</a> | + <a href="https://ziglang.org/documentation/0.10.0/">0.10.0</a> | master </nav> <nav aria-labelledby="table-of-contents">