diff options
author | Xin LI <delphij@FreeBSD.org> | 2010-04-12 17:43:58 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2010-04-12 17:43:58 +0000 |
commit | 1a0a89c328dc7176c2058e08087761d0b9957ff8 (patch) | |
tree | 12febbe1626e04bc0dd014c1019b5858090b3650 /deflate.c | |
parent | a665426b03b0f88ddb21074e5f760c8d3ba25fd1 (diff) | |
download | src-vendor/zlib/1.2.4.3.tar.gz src-vendor/zlib/1.2.4.3.zip |
Import zlib 1.2.4.3 (trimmed).vendor/zlib/1.2.4.3
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c index b7fb9fc69823..efb26bf5d914 100644 --- a/deflate.c +++ b/deflate.c @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.2.4.1 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; + " deflate 1.2.4.3 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot |