diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
commit | 02b6cf579f02ec78c052735020a5d3c5723ed641 (patch) | |
tree | 6241259561d6def69639f52836675481f61105a0 /zlib.h | |
parent | 965fe72aed580d518c979c9a33b49e7df28205f7 (diff) | |
download | zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.tar.gz zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.tar.bz2 zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.zip |
zlib 1.1.1v1.1.1
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* zlib.h -- interface of the 'zlib' general purpose compression library | 1 | /* zlib.h -- interface of the 'zlib' general purpose compression library |
2 | version 1.1.0, Feb 24th, 1998 | 2 | version 1.1.1, Feb 27th, 1998 |
3 | 3 | ||
4 | Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler |
5 | 5 | ||
@@ -37,7 +37,7 @@ extern "C" { | |||
37 | 37 | ||
38 | #include "zconf.h" | 38 | #include "zconf.h" |
39 | 39 | ||
40 | #define ZLIB_VERSION "1.1.0" | 40 | #define ZLIB_VERSION "1.1.1" |
41 | 41 | ||
42 | /* | 42 | /* |
43 | The 'zlib' compression library provides in-memory compression and | 43 | The 'zlib' compression library provides in-memory compression and |