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

Commit 8bd9674

Browse files
committed
increase version to v1.7
1 parent 072c330 commit 8bd9674

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
@@ -347,7 +347,7 @@ typedef enum {
347347

348348
int main(int argc, char* argv[])
349349
{
350-
printf("pkg2zip v1.6\n");
350+
printf("pkg2zip v1.7\n");
351351

352352
int zipped = 1;
353353
const char* pkg_arg = NULL;

0 commit comments

Comments
 (0)