Skip to content

Commit

Permalink
macho+elf: update version in Options
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jan 8, 2024
1 parent 6d722e8 commit a1cdc65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Elf/Options.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/MachO/Options.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a1cdc65

Please sign in to comment.