summaryrefslogtreecommitdiff
path: root/zlib-ng.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib-ng.h')
-rw-r--r--zlib-ng.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/zlib-ng.h b/zlib-ng.h
index 0cd234a..b5a9fcb 100644
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -34,6 +34,8 @@
#endif
#include <stdint.h>
+#include <stdarg.h>
+
#include "zconf-ng.h"
#ifndef ZCONFNG_H
@@ -44,11 +46,11 @@
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.6"
-#define ZLIBNG_VERNUM 0x2060
+#define ZLIBNG_VERSION "2.0.7"
+#define ZLIBNG_VERNUM 0x2070
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 6
+#define ZLIBNG_VER_REVISION 7
#define ZLIBNG_VER_SUBREVISION 0
/*