diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 08:54:04 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:07:08 -0800 |
commit | 11ceaed751369ec499e1f4c021a881f46bb1bb04 (patch) | |
tree | 7268b302b7d0ea20a255fbaf274c64497b1f9e31 /deflate.c | |
parent | 4a090adef8c773087ec8916ad3c2236ef560df27 (diff) | |
download | zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.gz zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.bz2 zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.zip |
Change version number to 1.2.10.1.
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 Copyright 1995-2017 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.10.1 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 |