aef51048
release: v0.0.1-5 — M17 web client, the simplify round, collect.sh
a73x 2026-08-13 15:31
Commit message
build.zig
| Old | New | ||
|---|---|---|---|
| @@ -74,7 +74,7 @@ fn linkQuic(b: *std.Build, c: *std.Build.Step.Compile, deps: anytype) void { | |||
| 74 | 74 | ||
| 75 | pub fn build(b: *std.Build) void { | 75 | pub fn build(b: *std.Build) void { |
| 76 | // Single source for both binaries' --version. Bumped at tag time. | 76 | // Single source for both binaries' --version. Bumped at tag time. |
| 77 | const version = "0.0.1-4"; | 77 | const version = "0.0.1-5"; |
| 78 | const version_opts = b.addOptions(); | 78 | const version_opts = b.addOptions(); |
| 79 | version_opts.addOption([]const u8, "version", version); | 79 | version_opts.addOption([]const u8, "version", version); |
| 80 | 80 | ||