From 49e0430fb5427c8c2253de5704ff34d65261cdc5 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 5 Feb 2023 09:37:54 +0100 Subject: [PATCH] Zig implementation: change libipc version. --- zig-impl/build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-impl/build.zig b/zig-impl/build.zig index 6ea2f40..4ff6f3a 100644 --- a/zig-impl/build.zig +++ b/zig-impl/build.zig @@ -1,6 +1,6 @@ const std = @import("std"); -const VERSION = "0.1.5"; +const VERSION = "0.1.0"; // Although this function looks imperative, note that its job is to // declaratively construct a build graph that will be executed by an external