From: Hans Kristian Rosbach Date: Sat, 12 Sep 2020 13:28:58 +0000 (+0200) Subject: Remove some of the references to the unreleased zlib 1.2.12 X-Git-Tag: 1.9.9-b1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ae8834d36d12e7de59c5aec761ce936c9776c9;p=thirdparty%2Fzlib-ng.git Remove some of the references to the unreleased zlib 1.2.12 --- diff --git a/deflate.c b/deflate.c index b5552215..86842deb 100644 --- a/deflate.c +++ b/deflate.c @@ -52,7 +52,7 @@ #include "deflate_p.h" #include "functable.h" -const char PREFIX(deflate_copyright)[] = " deflate 1.2.12.f Copyright 1995-2016 Jean-loup Gailly and Mark Adler "; +const char PREFIX(deflate_copyright)[] = " deflate 1.2.11.f Copyright 1995-2016 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot diff --git a/inftrees.c b/inftrees.c index c576b5fb..faf1d249 100644 --- a/inftrees.c +++ b/inftrees.c @@ -9,7 +9,7 @@ #define MAXBITS 15 -const char PREFIX(inflate_copyright)[] = " inflate 1.2.12.f Copyright 1995-2016 Mark Adler "; +const char PREFIX(inflate_copyright)[] = " inflate 1.2.11.f Copyright 1995-2016 Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot diff --git a/zutil.c b/zutil.c index ec2e137c..cb0756f9 100644 --- a/zutil.c +++ b/zutil.c @@ -23,7 +23,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char zlibng_string[] = - " zlib-ng 1.9.9 forked from zlib 1.2.12.f "; + " zlib-ng 1.9.9 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) {