diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 16:03:34 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 17:23:49 -0700 |
commit | 50893291621658f355bc5b4d450a8d06a563053d (patch) | |
tree | ac7bd31f0eb91bf8d28e4bf00623f4096cdfa951 /zlib.h | |
parent | 5b5da45640eb33d0d102c0ce5f6967ca3d727dd7 (diff) | |
download | zlib-1.2.8.tar.gz zlib-1.2.8.tar.bz2 zlib-1.2.8.zip |
zlib 1.2.8v1.2.8
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.2.8, April xxth, 2013 | 2 | version 1.2.8, April 28th, 2013 |
3 | 3 | ||
4 | Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-2013 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.8-motley" | 40 | #define ZLIB_VERSION "1.2.8" |
41 | #define ZLIB_VERNUM 0x1280 | 41 | #define ZLIB_VERNUM 0x1280 |
42 | #define ZLIB_VER_MAJOR 1 | 42 | #define ZLIB_VER_MAJOR 1 |
43 | #define ZLIB_VER_MINOR 2 | 43 | #define ZLIB_VER_MINOR 2 |