We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d722e8 commit a1cdc65Copy full SHA for a1cdc65
src/Elf/Options.zig
@@ -71,7 +71,7 @@ const usage =
71
;
72
73
const version =
74
- \\ld.zld 0.0.1 (compatible with GNU ld)
+ \\ld.zld 0.0.4 (compatible with GNU ld)
75
76
77
const cmd = "ld.zld";
src/MachO/Options.zig
@@ -85,7 +85,7 @@ const usage =
85
86
87
88
- \\ld64.zld 0.0.1 (compatible with Apple ld64)
+ \\ld64.zld 0.0.4 (compatible with Apple ld64)
89
90
91
const cmd = "ld64.zld";
0 commit comments