Skip to content

Commit 8bd9674

Browse files
committedNov 1, 2017
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

+1-1
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)
Please sign in to comment.