diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-07-21 18:32:37 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-07-21 18:32:37 -0700 |
| commit | 956ba8f61ce308bd7a4e74c1ba12ba8f13e87f1e (patch) | |
| tree | adfad5874434ec5efcea5cb9c70c4646b79407d5 | |
| parent | 600e96f450fa820f29798c49264c33901df380ee (diff) | |
| download | zig-956ba8f61ce308bd7a4e74c1ba12ba8f13e87f1e.tar.gz zig-956ba8f61ce308bd7a4e74c1ba12ba8f13e87f1e.zip | |
bootstrap.c: update version
| -rw-r--r-- | bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.c b/bootstrap.c index f62fc858eb..9cc67aaac2 100644 --- a/bootstrap.c +++ b/bootstrap.c @@ -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" |
