- 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
LDSHARED=$(CC)
LDSHAREDFLAGS=-shared
-VER=2.0.3
+VER=2.0.4
VER1=2
STATICLIB=$(LIBNAME1).a
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
/*
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
#define ZLIB_VERSION "1.2.11.zlib-ng"
};
const char zlibng_string[] =
- " zlib-ng 2.0.3 forked from zlib";
+ " zlib-ng 2.0.4 forked from zlib";
#ifdef ZLIB_COMPAT
const char * Z_EXPORT zlibVersion(void) {