diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 21:18:35 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 21:18:35 -0700 |
commit | b7bc38845416febaba0d3736fec890750ad9fb28 (patch) | |
tree | 66c88953fd4ac49d37326d57006797b3401fd6db | |
parent | c714072020170474aa168769b4b41f61d919884e (diff) | |
download | zlib-b7bc38845416febaba0d3736fec890750ad9fb28.tar.gz zlib-b7bc38845416febaba0d3736fec890750ad9fb28.tar.bz2 zlib-b7bc38845416febaba0d3736fec890750ad9fb28.zip |
zlib 1.2.7.3v1.2.7.3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | zlib.3 | 2 | ||||
-rw-r--r-- | zlib.3.pdf | bin | 8733 -> 8730 bytes | |||
-rw-r--r-- | zlib.h | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.7.3 (xx Apr 2013) | 4 | Changes in 1.2.7.3 (13 Apr 2013) |
5 | - | 5 | - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc |
6 | 6 | ||
7 | Changes in 1.2.7.2 (13 Apr 2013) | 7 | Changes in 1.2.7.2 (13 Apr 2013) |
8 | - Change check for a four-byte type back to hexadecimal | 8 | - Change check for a four-byte type back to hexadecimal |
@@ -1,4 +1,4 @@ | |||
1 | .TH ZLIB 3 "xx Apr 2013" | 1 | .TH ZLIB 3 "13 Apr 2013" |
2 | .SH NAME | 2 | .SH NAME |
3 | zlib \- compression/decompression library | 3 | zlib \- compression/decompression library |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
Binary files differ | |||
@@ -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.7.3, April xxth, 2013 | 2 | version 1.2.7.3, April 13th, 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.7.3-motley" | 40 | #define ZLIB_VERSION "1.2.7.3" |
41 | #define ZLIB_VERNUM 0x1273 | 41 | #define ZLIB_VERNUM 0x1273 |
42 | #define ZLIB_VER_MAJOR 1 | 42 | #define ZLIB_VER_MAJOR 1 |
43 | #define ZLIB_VER_MINOR 2 | 43 | #define ZLIB_VER_MINOR 2 |