From 02abfefee4e4eda28ce53c637b3c0d204ace8a6d Mon Sep 17 00:00:00 2001 From: torque Date: Thu, 3 Oct 2024 16:14:48 -0700 Subject: [PATCH] package: bump version --- build.zig.zon | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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` | ✅ | ✅ | ✅ |