summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-12-31 11:41:31 -0800
committerHans Kristian Rosbach <hk-git@circlestorm.org>2017-02-09 11:39:40 +0100
commit2a51c84f6c40538b2641af3a211771c329f61a47 (patch)
tree7f08c9d712bda15e24c4573361ca11bcb4270dcf /zlib.h
parent73ba5ea69e0ef6f389aa3edd81d8f1038324d198 (diff)
zlib 1.2.9
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zlib.h b/zlib.h
index 597952b..82e533e 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,9 +1,9 @@
#ifndef ZLIB_H_
#define ZLIB_H_
/* zlib.h -- interface of the 'zlib-ng' compression library
- Forked from and compatible with zlib 1.2.8
+ Forked from and compatible with zlib 1.2.9
- Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ Copyright (C) 1995-2016 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -44,11 +44,11 @@ extern "C" {
#define ZLIBNG_VER_REVISION 9
#define ZLIBNG_VER_SUBREVISION 0
-#define ZLIB_VERSION "1.2.8.zlib-ng"
-#define ZLIB_VERNUM 0x128f
+#define ZLIB_VERSION "1.2.9.zlib-ng"
+#define ZLIB_VERNUM 0x129f
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
-#define ZLIB_VER_REVISION 8
+#define ZLIB_VER_REVISION 9
#define ZLIB_VER_SUBREVISION 0
/*