diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-02-12 16:15:47 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-02-12 16:15:47 -0800 |
commit | 72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 (patch) | |
tree | fc203a2bd6d7514b5ba98fab1141457e50e13f3f /deflate.c | |
parent | 94acb3c1a0fbd14482224d6af3699ddb9e163510 (diff) | |
download | zlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.tar.gz zlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.tar.bz2 zlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.zip |
Change version number to 1.2.7.
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.6.1 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.7 Copyright 1995-2012 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 |