diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
commit | 8a93f49c86044934de225a395d3b5b851879257c (patch) | |
tree | 8ba600cb3c5bc74a38f273683c9f9b6591865777 /deflate.c | |
parent | 0b166094092efa2b92200cbb67f390e86c181ab4 (diff) | |
download | zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.gz zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.bz2 zlib-8a93f49c86044934de225a395d3b5b851879257c.zip |
Change version number to 1.2.7.2.
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.7.1 Copyright 1995-2013 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.7.2 Copyright 1995-2013 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 |