Update miniunz version.

This commit is contained in:
tbeu 2016-11-15 21:04:58 +01:00 committed by Mark Adler
parent 79a0e447a0
commit 88e50f1705

View File

@ -186,7 +186,7 @@ static int makedir(const char *newdir) {
}
static void do_banner(void) {
printf("MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant\n");
printf("MiniUnz 1.1, demo of zLib + Unz package written by Gilles Vollant\n");
printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n");
}