Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Sep 25, 2017
1 parent 2f8cb35 commit 749a58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg2zip.c
Expand Up @@ -138,7 +138,7 @@ static const char* get_region(const char* id)

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

0 comments on commit 749a58d

Please sign in to comment.