zig

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

commit a18bf7a7bfa4e8c32aa25295cfa1ca768e5f5b74 (tree)
parent ecf0050a92f2b11f4ad912cc7f856a82666dc7d1
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 20 Dec 2021 13:13:19 -0700

Release 0.9.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 @@ -222,7 +222,7 @@ pub fn build(b: *Builder) !void { switch (mem.count(u8, git_describe, "-")) { 0 => { - // Tagged release version (e.g. 0.8.0). + // Tagged release version (e.g. 0.9.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); @@ -230,7 +230,7 @@ pub fn build(b: *Builder) !void { break :v version_string; }, 2 => { - // Untagged development build (e.g. 0.8.0-684-gbbe2cca1a). + // Untagged development build (e.g. 0.9.0-dev.2025+ecf0050a9). var it = mem.split(u8, git_describe, "-"); const tagged_ancestor = it.next() orelse unreachable; const commit_height = it.next() orelse unreachable; diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -316,6 +316,7 @@ <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> | <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.0/">0.9.0</a> | master </nav> <nav aria-labelledby="table-of-contents">