diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 18:58:46 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 18:58:46 -0700 |
commit | 388a285cb89048a5a4aa656dc377c6cf0a53cdf0 (patch) | |
tree | 653d1136e374fc70cb5cbfc054289896193861e6 /deflate.c | |
parent | 139c67fc879b0836dcc1285947f0d353efe42e2d (diff) | |
download | zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.gz zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.bz2 zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.zip |
Change version number to 1.2.7.3.
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.2 Copyright 1995-2013 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.7.3 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 |