diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
commit | 7d60b86782f96854974fdec6f17cb95cfaf020a6 (patch) | |
tree | 46886deb09bf103b49e84cc7aaaa9f1cf9923c1f /deflate.c | |
parent | cacf7f1d4e3d44d871b605da3b647f07d718623f (diff) | |
download | zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.gz zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.bz2 zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.zip |
Change version number to 1.2.11.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.11 Copyright 1995-2017 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.11.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 |