Update CI to use lastest zlib. Update Makefile.

This commit is contained in:
Markus F.X.J. Oberhumer
2021-01-01 23:24:31 +01:00
parent 16af6e1a29
commit baa1ed9be3
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ void show_version(int x)
fprintf(fp, "Copyright (C) 2000-2021 John F. Reiser\n");
fprintf(fp, "Copyright (C) 2002-2021 Jens Medoch\n");
#if (WITH_ZLIB)
fprintf(fp, "Copyright (C) 1995" "-2005 Jean-loup Gailly and Mark Adler\n");
fprintf(fp, "Copyright (C) 1995" "-2017 Jean-loup Gailly and Mark Adler\n");
#endif
#if (WITH_LZMA)
fprintf(fp, "Copyright (C) 1999" "-2006 Igor Pavlov\n");