summaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2015-04-10 13:21:23 +0200
committerhansr <hk-git@circlestorm.org>2015-04-10 13:21:23 +0200
commit557413fda2b25e9d2528275fd167e7e4397d1c27 (patch)
tree51f7d87ffe68aafec7f857d2fb8106e35d658c2e /zutil.c
parent975c39f0bc2154ff21e0637f1712acbae7899b57 (diff)
Actually commit the updated README file.
Update version identifier strings to reflect fork status. Add zlib-ng identifier string. Remove zlib2ansi script.
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zutil.c b/zutil.c
index cabca86..cf40cc6 100644
--- a/zutil.c
+++ b/zutil.c
@@ -22,6 +22,8 @@ z_const char * const z_errmsg[10] = {
"incompatible version",/* Z_VERSION_ERROR (-6) */
""};
+const char zlibng_string[] =
+ " zlib-ng 1.9.9 forked from zlib 1.2.8 ";
const char * ZEXPORT zlibVersion()
{