mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
bootstrap.c: fix zig2 version
This should have been part of the "start the release cycle" commit.
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ int main(int argc, char **argv) {
|
|||||||
if (f == NULL)
|
if (f == NULL)
|
||||||
panic("unable to open config.zig for writing");
|
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,
|
int written = fprintf(f,
|
||||||
"pub const have_llvm = false;\n"
|
"pub const have_llvm = false;\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user