| author | |
| committer | |
| log | dea6914aaa615c91c0e23ce3c4d4dfb2095de2b0 |
| tree | 1e1225a3804982bd7716cc210dfdfb35afdbc36c |
| parent | b0f6889d121cae004687e381cd7b0d8156490433 |
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.17.0-dev.bootstrap"; | |
| 172 | 172 | |
| 173 | 173 | int written = fprintf(f, |
| 174 | 174 | "pub const have_llvm = false;\n" |