summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--zlib-ng.h6
-rw-r--r--zlib.h6
-rw-r--r--zutil.c2
4 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index dbf22eb..8d4e42f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a
LDSHARED=$(CC)
LDSHAREDFLAGS=-shared
-VER=2.0.5
+VER=2.0.6
VER1=2
STATICLIB=$(LIBNAME1).a
diff --git a/zlib-ng.h b/zlib-ng.h
index dd221e5..0cd234a 100644
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -44,11 +44,11 @@
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.5"
-#define ZLIBNG_VERNUM 0x2050
+#define ZLIBNG_VERSION "2.0.6"
+#define ZLIBNG_VERNUM 0x2060
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 5
+#define ZLIBNG_VER_REVISION 6
#define ZLIBNG_VER_SUBREVISION 0
/*
diff --git a/zlib.h b/zlib.h
index a1adb9b..a593c47 100644
--- a/zlib.h
+++ b/zlib.h
@@ -46,11 +46,11 @@
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.5"
-#define ZLIBNG_VERNUM 0x2050
+#define ZLIBNG_VERSION "2.0.6"
+#define ZLIBNG_VERNUM 0x2060
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 5
+#define ZLIBNG_VER_REVISION 6
#define ZLIBNG_VER_SUBREVISION 0
#define ZLIB_VERSION "1.2.11.zlib-ng"
diff --git a/zutil.c b/zutil.c
index 62edc99..398e17e 100644
--- a/zutil.c
+++ b/zutil.c
@@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = {
};
const char zlibng_string[] =
- " zlib-ng 2.0.5 forked from zlib";
+ " zlib-ng 2.0.6 forked from zlib";
#ifdef ZLIB_COMPAT
const char * Z_EXPORT zlibVersion(void) {