mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
bootstrap.c: update version
This commit is contained in:
parent
600e96f450
commit
956ba8f61c
@ -123,7 +123,7 @@ int main(int argc, char **argv) {
|
||||
if (f == NULL)
|
||||
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,
|
||||
"pub const have_llvm = false;\n"
|
||||
|
Loading…
Reference in New Issue
Block a user