From a1cdc65c8f5f49cc27941b14bb1d86f253c2c25a Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Mon, 8 Jan 2024 20:47:40 +0100 Subject: [PATCH] macho+elf: update version in Options --- src/Elf/Options.zig | 2 +- src/MachO/Options.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Elf/Options.zig b/src/Elf/Options.zig index e403ba3e..df579e3d 100644 --- a/src/Elf/Options.zig +++ b/src/Elf/Options.zig @@ -71,7 +71,7 @@ const usage = ; const version = - \\ld.zld 0.0.1 (compatible with GNU ld) + \\ld.zld 0.0.4 (compatible with GNU ld) ; const cmd = "ld.zld"; diff --git a/src/MachO/Options.zig b/src/MachO/Options.zig index 48e5b085..ee6f19c7 100644 --- a/src/MachO/Options.zig +++ b/src/MachO/Options.zig @@ -85,7 +85,7 @@ const usage = ; const version = - \\ld64.zld 0.0.1 (compatible with Apple ld64) + \\ld64.zld 0.0.4 (compatible with Apple ld64) ; const cmd = "ld64.zld";