New Zig version

This commit is contained in:
Chris Boesch 2024-06-08 19:07:20 +02:00
parent 99c9c42ff2
commit 984f4af3a1
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668

View file

@ -46,7 +46,7 @@ Verify the installation and build number of `zig` like so:
```
$ zig version
0.13.0-dev.xxxx+xxxxxxxxx
0.14.0-dev.xxxx+xxxxxxxxx
```
Clone this repository with Git:
@ -74,8 +74,8 @@ the appropriate tag.
The Zig language is under very active development. In order to be
current, Ziglings tracks **development** builds of the Zig
compiler rather than versioned **release** builds. The last
stable release was `0.12.0`, but Ziglings needs a dev build with
pre-release version "0.13.0" and a build number at least as high
stable release was `0.13.0`, but Ziglings needs a dev build with
pre-release version "0.14.0" and a build number at least as high
as that shown in the example version check above.
It is likely that you'll download a build which is _greater_ than