diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:35:10 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:35:10 -0700 |
commit | 9712272c78b9d9c93746d9c8e156a3728c65ca72 (patch) | |
tree | 61cc13495f0688608e4f368ab5b8385f6ca0f858 /deflate.c | |
parent | 73014202489f913dbffc91d22089ea8a8920c054 (diff) | |
download | zlib-9712272c78b9d9c93746d9c8e156a3728c65ca72.tar.gz zlib-9712272c78b9d9c93746d9c8e156a3728c65ca72.tar.bz2 zlib-9712272c78b9d9c93746d9c8e156a3728c65ca72.zip |
zlib 1.2.5v1.2.5
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.4.5 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.5 Copyright 1995-2010 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 |