diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 19:25:44 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 21:15:24 -0800 |
commit | 7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e (patch) | |
tree | e299a5065a393241afc567aeed72280eee8a4ad2 /deflate.c | |
parent | e75de023b6cd7177c8e44ef1c72b74f5efde5418 (diff) | |
download | zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.gz zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.bz2 zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.zip |
Change version number to 1.2.6.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.6 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.6.1 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 |