diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-02-12 14:11:48 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-02-12 14:20:33 -0800 |
commit | 94acb3c1a0fbd14482224d6af3699ddb9e163510 (patch) | |
tree | 30d1123bc8280cae5bfb2a5301eb8201587ff714 /zlib.h | |
parent | 75143f819f14428f114ef69980af69071d65cbf9 (diff) | |
download | zlib-1.2.6.1.tar.gz zlib-1.2.6.1.tar.bz2 zlib-1.2.6.1.zip |
zlib 1.2.6.1v1.2.6.1
Diffstat (limited to '')
-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.2.6.1, January xxth, 2012 | 2 | version 1.2.6.1, February 12th, 2012 |
3 | 3 | ||
4 | Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler |
5 | 5 | ||
@@ -37,7 +37,7 @@ | |||
37 | extern "C" { | 37 | extern "C" { |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #define ZLIB_VERSION "1.2.6.1-motley" | 40 | #define ZLIB_VERSION "1.2.6.1" |
41 | #define ZLIB_VERNUM 0x1261 | 41 | #define ZLIB_VERNUM 0x1261 |
42 | #define ZLIB_VER_MAJOR 1 | 42 | #define ZLIB_VER_MAJOR 1 |
43 | #define ZLIB_VER_MINOR 2 | 43 | #define ZLIB_VER_MINOR 2 |