Skip to content

Commit a1cdc65

Browse files
committed
macho+elf: update version in Options
1 parent 6d722e8 commit a1cdc65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Elf/Options.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const usage =
7171
;
7272

7373
const version =
74-
\\ld.zld 0.0.1 (compatible with GNU ld)
74+
\\ld.zld 0.0.4 (compatible with GNU ld)
7575
;
7676

7777
const cmd = "ld.zld";

src/MachO/Options.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const usage =
8585
;
8686

8787
const version =
88-
\\ld64.zld 0.0.1 (compatible with Apple ld64)
88+
\\ld64.zld 0.0.4 (compatible with Apple ld64)
8989
;
9090

9191
const cmd = "ld64.zld";

0 commit comments

Comments
 (0)