diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-01-11 21:38:18 +0100 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-01-11 22:12:04 +0100 |
commit | 4d9734bd8752584e2d48ad10a8c9cb978e2e1fc3 (patch) | |
tree | ab639efde454f9c0243e95c703a4c975eb0fa6f8 /zutil.c | |
parent | 1f5890d760ffeb6a37d94e027e5eb0e1b865d607 (diff) |
Version 2.0.0 Release Candidate 1
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 1.9.9 forked from zlib"; + " zlib-ng 2.0.0-RC1 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |