zlib 1.2.0.6

This commit is contained in:
Mark Adler
2011-09-09 23:22:48 -07:00
parent 4b5a43a219
commit f81ba93d4a
37 changed files with 1235 additions and 551 deletions

View File

@@ -140,7 +140,7 @@ int makedir (newdir)
void do_banner()
{
printf("MiniUnz 0.22, demo of zLib + Unz package written by Gilles Vollant\n");
printf("MiniUnz 1.00, demo of zLib + Unz package written by Gilles Vollant\n");
printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n");
}