bootstrap.c: fix zig2 version

This should have been part of the "start the release cycle" commit.
This commit is contained in:
Andrew Kelley
2026-04-19 11:25:59 -07:00
parent b0f6889d12
commit dea6914aaa
+1 -1
View File
@@ -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.17.0-dev.bootstrap";
int written = fprintf(f,
"pub const have_llvm = false;\n"