diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
commit | 02b6cf579f02ec78c052735020a5d3c5723ed641 (patch) | |
tree | 6241259561d6def69639f52836675481f61105a0 /inftrees.c | |
parent | 965fe72aed580d518c979c9a33b49e7df28205f7 (diff) | |
download | zlib-1.1.1.tar.gz zlib-1.1.1.tar.bz2 zlib-1.1.1.zip |
zlib 1.1.1v1.1.1
Diffstat (limited to 'inftrees.c')
-rw-r--r-- | inftrees.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ | |||
7 | #include "inftrees.h" | 7 | #include "inftrees.h" |
8 | 8 | ||
9 | const char inflate_copyright[] = | 9 | const char inflate_copyright[] = |
10 | " inflate 1.1.0 Copyright 1995-1998 Mark Adler "; | 10 | " inflate 1.1.1 Copyright 1995-1998 Mark Adler "; |
11 | /* | 11 | /* |
12 | If you use the zlib library in a product, an acknowledgment is welcome | 12 | If you use the zlib library in a product, an acknowledgment is welcome |
13 | in the documentation of your product. If for some reason you cannot | 13 | in the documentation of your product. If for some reason you cannot |