Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 25b91a0

Browse files
committed
increase version number
1 parent 5d724e9 commit 25b91a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg2zip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static const char* get_region(const char* id)
161161

162162
int main(int argc, char* argv[])
163163
{
164-
printf("pkg2zip v1.2\n");
164+
printf("pkg2zip v1.3\n");
165165
if (argc < 2 || argc > 3)
166166
{
167167
fatal("Usage: %s file.pkg [NoNpDrmKey | zRIF]\n", argv[0]);

0 commit comments

Comments
 (0)