diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-05-08 18:45:00 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-05-13 11:03:11 +0200 |
commit | 54b1c13c37b53f2481f02576657cedfef29fce2f (patch) | |
tree | f73b9747e32acffdcf57361f2760d741bfa8cf93 /zutil.c | |
parent | f2077005e80b08bc03a67f7b1aca9be809e93e95 (diff) |
Version 2.0.3
- Include porting guide in release packages #917
- Documentation improvements #913 #949
- Added Windows ARM binaries in release packages #916
- Fix crash on ARMv7 #927
- Fix building on FreeBSD #921
- Fix building with musl on aarch64 #936 #952
- Fix ARM float-abi detection #918
- Fix cmake detection of risc-v architectures #942
- Minor buildsystem fixes #922 #924 #933 #938 #950
- Improve zlib-compat build #915 #944
- CI/Test improvements #926 #929 #927 #937 #939 #940
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.2 forked from zlib"; + " zlib-ng 2.0.3 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |