diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-03-08 14:36:15 +0100 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-03-16 20:46:50 +0100 |
commit | ac18b0c35c8cf56bcc2531e100372f654390923b (patch) | |
tree | 67714a82d575d58c37c09c81f151edbebc32a1bd /zutil.c | |
parent | cb791930b26b3c275b99e0db5fd7f0db35179cc4 (diff) |
Stable release 2.0.0
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.0-RC2 forked from zlib"; + " zlib-ng 2.0.0 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |