| author | |
| committer | |
| log | 9a0713db3cd69700ce43ba929d0d9080903ea224 |
| tree | 439fda94ab8e616e9b7589d4d406896b3c1f0fd7 |
| parent | 2ee80a8a8df6fe3507c975288ad5ea022f25ed60 |
this should have been part of the "start the release cycle" commit.1 files changed, 1 insertions(+), 1 deletions(-)
bootstrap.c+1-1| ... | ... | @@ -168,7 +168,7 @@ int main(int argc, char **argv) { |
| 168 | 168 | if (f == NULL) |
| 169 | 169 | panic("unable to open config.zig for writing"); |
| 170 | 170 | |
| 171 | const char *zig_version = "0.14.0-dev.bootstrap"; | |
| 171 | const char *zig_version = "0.16.1-dev.bootstrap"; | |
| 172 | 172 | |
| 173 | 173 | int written = fprintf(f, |
| 174 | 174 | "pub const have_llvm = false;\n" |