fixed version numbers

This commit is contained in:
Chris Boesch 2025-08-24 14:42:03 +02:00
parent ad32e402a5
commit 6364087569
No known key found for this signature in database
GPG Key ID: 52F277A65F687F38

View File

@ -45,7 +45,7 @@ Verify the installation and build number of `zig` like so:
``` ```
$ zig version $ zig version
0.15.0-dev.xxxx+xxxxxxxxx 0.16.0-dev.xxxx+xxxxxxxxx
``` ```
Clone this repository with Git: Clone this repository with Git:
@ -73,8 +73,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.14.1`, but Ziglings needs a dev build with stable release was `0.15.1`, but Ziglings needs a dev build with
pre-release version "0.15.0" and a build number at least as high pre-release version "0.16.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