From 9a0713db3cd69700ce43ba929d0d9080903ea224 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 19 Apr 2026 11:27:47 -0700 Subject: [PATCH] bootstrap.c: correct the zig1 version number this should have been part of the "start the release cycle" commit. --- bootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.c b/bootstrap.c index cc40670d4afd0ae472346087870376e035c6f0c8..ce8e944da9add8f50fa0eaeff247a089d4ddbdb1 100644 --- a/bootstrap.c +++ b/bootstrap.c @@ -168,7 +168,7 @@ int main(int argc, char **argv) { if (f == NULL) panic("unable to open config.zig for writing"); - const char *zig_version = "0.14.0-dev.bootstrap"; + const char *zig_version = "0.16.1-dev.bootstrap"; int written = fprintf(f, "pub const have_llvm = false;\n" -- 2.54.0