diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-03-22 10:51:33 +0100 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-03-23 18:31:50 +0100 |
commit | 5fe25907ea1da498a75e4b842b9d97ca27acf1ed (patch) | |
tree | dce5efdb6157b1f11b0be9cb6e47041a4a720855 /zutil.c | |
parent | 0836e24348ed8cd10fafcf762616a80ce14ef7e9 (diff) |
Version 2.0.2
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char zlibng_string[] = - " zlib-ng 2.0.1 forked from zlib"; + " zlib-ng 2.0.2 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |