summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 08:22:16 -0800
committerHans Kristian Rosbach <hk-git@circlestorm.org>2017-02-13 10:16:17 +0100
commit21bffda72c25370230dff6a0b28e3f629b5acd91 (patch)
treeb3998216428db8e903c8decf6d0e58a274c27597 /zlib.h
parent5c01bb54f24dc7e7e60787b4d29990e992fdf98a (diff)
zlib 1.2.11
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib.h b/zlib.h
index 119b392..05b28c2 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,7 +1,7 @@
#ifndef ZLIB_H_
#define ZLIB_H_
/* zlib.h -- interface of the 'zlib-ng' compression library
- Forked from and compatible with zlib 1.2.9
+ Forked from and compatible with zlib 1.2.11
Copyright (C) 1995-2016 Jean-loup Gailly and Mark Adler
@@ -44,11 +44,11 @@ extern "C" {
#define ZLIBNG_VER_REVISION 9
#define ZLIBNG_VER_SUBREVISION 0
-#define ZLIB_VERSION "1.2.9.zlib-ng"
-#define ZLIB_VERNUM 0x129f
+#define ZLIB_VERSION "1.2.11.zlib-ng"
+#define ZLIB_VERNUM 0x12bf
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
-#define ZLIB_VER_REVISION 9
+#define ZLIB_VER_REVISION 11
#define ZLIB_VER_SUBREVISION 0
/*