diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:38 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:38 -0700 |
commit | d6231142d2b883a8c3b253fa34992b5cdb4ac2fe (patch) | |
tree | 74e07c6ca624264cec9284e25dfd11bd8f877801 /deflate.c | |
parent | b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (diff) | |
download | zlib-1.2.3.2.tar.gz zlib-1.2.3.2.tar.bz2 zlib-1.2.3.2.zip |
zlib 1.2.3.2v1.2.3.2
Diffstat (limited to '')
-rw-r--r-- | deflate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* deflate.c -- compress data using the deflation algorithm | 1 | /* deflate.c -- compress data using the deflation algorithm |
2 | * Copyright (C) 1995-2005 Jean-loup Gailly. | 2 | * Copyright (C) 1995-2006 Jean-loup Gailly. |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -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.3.1 Copyright 1995-2005 Jean-loup Gailly "; | 55 | " deflate 1.2.3.2 Copyright 1995-2006 Jean-loup Gailly "; |
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 |