diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 17:53:59 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 18:21:29 -0800 |
commit | 4a090adef8c773087ec8916ad3c2236ef560df27 (patch) | |
tree | 1d377f3999b695c57aea0e99d58c3d1d6ff9f613 /deflate.c | |
parent | e13def040e1236f2e3dd4333a6ece955967478b3 (diff) | |
download | zlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.gz zlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.bz2 zlib-4a090adef8c773087ec8916ad3c2236ef560df27.zip |
zlib 1.2.10v1.2.10
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.9.1 Copyright 1995-2017 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.10 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 |