Skip to content

Commit

Permalink
Mint APE Loader v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Nov 5, 2023
1 parent a12ad17 commit 25e17cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ape/ape-m1.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ int main(int argc, char **argv, char **envp) {
} else if (argc < 2) {
Emit("usage: ape PROG [ARGV1,ARGV2,...]\n"
" ape - PROG [ARGV0,ARGV1,...]\n"
"actually portable executable loader silicon 1.8\n"
"actually portable executable loader silicon 1.9\n"
"copyright 2023 justine alexandra roberts tunney\n"
"https://justine.lol/ape.html\n");
_exit(1);
Expand Down
2 changes: 1 addition & 1 deletion ape/ape.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define COSMOPOLITAN_APE_APE_H_

#define APE_VERSION_MAJOR 1
#define APE_VERSION_MINOR 8
#define APE_VERSION_MINOR 9
#define APE_VERSION_STR APE_VERSION_STR_(APE_VERSION_MAJOR, APE_VERSION_MINOR)
#define APE_VERSION_NOTE APE_VERSION_NOTE_(APE_VERSION_MAJOR, APE_VERSION_MINOR)

Expand Down
1 change: 1 addition & 0 deletions bin/ape-uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ for x in .ape \
.ape-1.6 \
.ape-1.7 \
.ape-1.8 \
.ape-1.9 \
.ape-blink-0.9.2 \
.ape-blink-1.0.0; do
rm -f \
Expand Down

0 comments on commit 25e17cc

Please sign in to comment.