Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Oct 4, 2017
1 parent 5d724e9 commit 25b91a0
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 @@ -161,7 +161,7 @@ static const char* get_region(const char* id)

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

0 comments on commit 25b91a0

Please sign in to comment.