diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:18:46 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:29:40 -0800 |
commit | cacf7f1d4e3d44d871b605da3b647f07d718623f (patch) | |
tree | f356f7c59f4741ad77d52f1cd5619a916df3b912 /deflate.c | |
parent | cbbd20302c6e3fb626bee5bd8b4932524049515c (diff) | |
download | zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.bz2 zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.zip |
zlib 1.2.11v1.2.11
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.10.1 Copyright 1995-2017 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.11 Copyright 1995-2017 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 |