summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2021-05-08 18:45:00 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-05-13 11:03:11 +0200
commit54b1c13c37b53f2481f02576657cedfef29fce2f (patch)
treef73b9747e32acffdcf57361f2760d741bfa8cf93 /zlib.h
parentf2077005e80b08bc03a67f7b1aca9be809e93e95 (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.h')
-rw-r--r--zlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib.h b/zlib.h
index d6aa538..5f06753 100644
--- a/zlib.h
+++ b/zlib.h
@@ -46,11 +46,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
#define ZLIB_VERSION "1.2.11.zlib-ng"