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 /zlib-ng.h | |
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 'zlib-ng.h')
-rw-r--r-- | zlib-ng.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,11 +44,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.0.2" -#define ZLIBNG_VERNUM 0x2020 +#define ZLIBNG_VERSION "2.0.3" +#define ZLIBNG_VERNUM 0x2030 #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 0 -#define ZLIBNG_VER_REVISION 2 +#define ZLIBNG_VER_REVISION 3 #define ZLIBNG_VER_SUBREVISION 0 /* |