diff --git a/build.zig.zon b/build.zig.zon index 22f9c10..8291057 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "libressl", - .version = "3.9.2", + .version = "3.9.2+1", .minimum_zig_version = "0.12.0", .dependencies = .{ .libressl = .{ diff --git a/readme.md b/readme.md index 87ce1e6..30c463a 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ First, update your `build.zig.zon`: ```sh # Initialize a `zig build` project if you haven't already zig init -# replace with the version you want to use, e.g. 3.9.2 +# replace with the version you want to use, e.g. 3.9.2+1 zig fetch --save git+https://github.com/allyourcodebase/libressl# ``` @@ -40,4 +40,4 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp | Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` | |----------|------------------|--------------|--------------|------------------| -| `3.9.2` | `3.9.2` | ✅ | ✅ | ✅ | +| `3.9.2+1`| `3.9.2+1` | ✅ | ✅ | ✅ |