diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:16:41 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:16:41 -0700 |
commit | d6cbbd5c64e522fda640b69edc5b00e0e339983d (patch) | |
tree | cc5e683cf5a1ddd6783094d51122f4eddfbac921 /deflate.c | |
parent | 10daf0d4d7815447799d555d04d30325836e1d44 (diff) | |
download | zlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.tar.gz zlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.tar.bz2 zlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.zip |
Change version numbers to 1.2.5.2 and release dates
Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions
in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github
can be identified as such if bugs are reported on them.
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ | |||
52 | #include "deflate.h" | 52 | #include "deflate.h" |
53 | 53 | ||
54 | const char deflate_copyright[] = | 54 | const char deflate_copyright[] = |
55 | " deflate 1.2.5.1 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.5.2 Copyright 1995-2011 Jean-loup Gailly and Mark Adler "; |
56 | /* | 56 | /* |
57 | If you use the zlib library in a product, an acknowledgment is welcome | 57 | If you use the zlib library in a product, an acknowledgment is welcome |
58 | in the documentation of your product. If for some reason you cannot | 58 | in the documentation of your product. If for some reason you cannot |