mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Switch to new zig dev release 0.13
This commit is contained in:
parent
8f36619bd7
commit
c94eb33e44
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ Verify the installation and build number of `zig` like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ zig version
|
$ zig version
|
||||||
0.12.0-dev.xxxx+xxxxxxxxx
|
0.13.0-dev.xxxx+xxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone this repository with Git:
|
Clone this repository with Git:
|
||||||
|
@ -74,8 +74,8 @@ the appropriate tag.
|
||||||
The Zig language is under very active development. In order to be
|
The Zig language is under very active development. In order to be
|
||||||
current, Ziglings tracks **development** builds of the Zig
|
current, Ziglings tracks **development** builds of the Zig
|
||||||
compiler rather than versioned **release** builds. The last
|
compiler rather than versioned **release** builds. The last
|
||||||
stable release was `0.11.0`, but Ziglings needs a dev build with
|
stable release was `0.12.0`, but Ziglings needs a dev build with
|
||||||
pre-release version "0.12.0" and a build number at least as high
|
pre-release version "0.13.0" and a build number at least as high
|
||||||
as that shown in the example version check above.
|
as that shown in the example version check above.
|
||||||
|
|
||||||
It is likely that you'll download a build which is _greater_ than
|
It is likely that you'll download a build which is _greater_ than
|
||||||
|
|
Loading…
Reference in a new issue