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

Commit 99480bc

Browse files
committed
increase version to v1.5
1 parent 62cb2e1 commit 99480bc

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
@@ -191,7 +191,7 @@ static const char* get_region(const char* id)
191191

192192
int main(int argc, char* argv[])
193193
{
194-
printf("pkg2zip v1.4\n");
194+
printf("pkg2zip v1.5\n");
195195
if (argc < 2 || argc > 3)
196196
{
197197
fatal("Usage: %s file.pkg [zRIF]\n", argv[0]);

0 commit comments

Comments
 (0)