mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
bootstrap.c: update version
This commit is contained in:
parent
600e96f450
commit
956ba8f61c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,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.12.0-dev.bootstrap";
|
const char *zig_version = "0.14.0-dev.bootstrap";
|
||||||
|
|
||||||
int written = fprintf(f,
|
int written = fprintf(f,
|
||||||
"pub const have_llvm = false;\n"
|
"pub const have_llvm = false;\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue