summaryrefslogtreecommitdiff
path: root/zlib-ng.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-ng.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-ng.h')
-rw-r--r--zlib-ng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib-ng.h b/zlib-ng.h
index 3cacc64..84228cb 100644
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -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
/*