Skip to content

Commit

Permalink
package: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
torque committed Oct 3, 2024
1 parent 5ba009c commit 02abfef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "libressl",
.version = "3.9.2",
.version = "3.9.2+1",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.libressl = .{
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ First, update your `build.zig.zon`:
```sh
# Initialize a `zig build` project if you haven't already
zig init
# replace <refname> with the version you want to use, e.g. 3.9.2
# replace <refname> with the version you want to use, e.g. 3.9.2+1
zig fetch --save git+https://github.com/allyourcodebase/libressl#<refname>
```

Expand All @@ -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` ||||

0 comments on commit 02abfef

Please sign in to comment.