diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 11:41:31 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2017-02-09 11:39:40 +0100 |
commit | 2a51c84f6c40538b2641af3a211771c329f61a47 (patch) | |
tree | 7f08c9d712bda15e24c4573361ca11bcb4270dcf /zlib.h | |
parent | 73ba5ea69e0ef6f389aa3edd81d8f1038324d198 (diff) |
zlib 1.2.9
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 /* |