Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
twekkel committed Nov 28, 2019
1 parent bcf602e commit 3be8f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mzpq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ void usage() {
" -N save original file name when compressing\n"
" -V version\n"
);
exit(1);
exit(0);
}

void version() {
printf("mzpq 0.1\n");
printf("mzpq 0.2\n");
printf("libzpaq 7.15\n");
exit(0);
}
Expand Down

0 comments on commit 3be8f39

Please sign in to comment.