Skip to content

Commit

Permalink
increase version to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Oct 27, 2017
1 parent 62cb2e1 commit 99480bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg2zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static const char* get_region(const char* id)

int main(int argc, char* argv[])
{
printf("pkg2zip v1.4\n");
printf("pkg2zip v1.5\n");
if (argc < 2 || argc > 3)
{
fatal("Usage: %s file.pkg [zRIF]\n", argv[0]);
Expand Down

0 comments on commit 99480bc

Please sign in to comment.