From a1ae8834d36d12e7de59c5aec761ce936c9776c9 Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Sat, 12 Sep 2020 15:28:58 +0200 Subject: [PATCH] Remove some of the references to the unreleased zlib 1.2.12 --- deflate.c | 2 +- inftrees.c | 2 +- zutil.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.47.3