]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove some of the references to the unreleased zlib 1.2.12
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 12 Sep 2020 13:28:58 +0000 (15:28 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 13 Sep 2020 11:07:54 +0000 (13:07 +0200)
deflate.c
inftrees.c
zutil.c

index b55522154929d6a3513ff1d1fa0726c87bcb8c50..86842debfa957d73ea2afd89a299f1bc49bbb162 100644 (file)
--- 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
index c576b5fb1099821d7b60bc8e72b73e21b4ca0cb8..faf1d249d65313fa0679b9180a0a6c372769031d 100644 (file)
@@ -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 ec2e137c3b3a97aec62163fdd347dd6ed87700f9..cb0756f9e6288dc83d271b11ae56bbb99fbddbbd 100644 (file)
--- 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) {