summaryrefslogtreecommitdiff
path: root/zlib-ng.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2021-06-11 12:44:06 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-06-11 21:35:20 +0200
commit558192b4a6f9c8142a0e17ff3c4574a20a2dc96f (patch)
treeaa99d1202c50a867f5b14fa7ac358592434cb045 /zlib-ng.h
parent4af20eae037a91cf4c47dd07619891d3261f6227 (diff)
Version 2.0.4
- Fix inflate corruption #982 - Minor code cleanup #983 #984 - Fix mpicc compilation #959 - Fix build on NetBSD #964 - Fix build on OpenBSD #970 - Fix build on Cygwin #972 #974 - Fix linter warnings in configure #975 - Spelling fixes #961 - Improve unistd.h handling #960 - Remove stdarg.h detection #976 - CI/Test improvements #977 #981 #985 - Cmake improvements #980 #989
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 b506fad..2a07838 100644
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -44,11 +44,11 @@
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.3"
-#define ZLIBNG_VERNUM 0x2030
+#define ZLIBNG_VERSION "2.0.4"
+#define ZLIBNG_VERNUM 0x2040
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 3
+#define ZLIBNG_VER_REVISION 4
#define ZLIBNG_VER_SUBREVISION 0
/*