From e26a448e9673d67dc2866e11a48d24fc352e5f80 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:15:17 -0700 Subject: zlib 1.0.2 --- deflate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deflate.c') diff --git a/deflate.c b/deflate.c index 64710e6..f882a87 100644 --- a/deflate.c +++ b/deflate.c @@ -47,11 +47,11 @@ * */ -/* $Id: deflate.c,v 1.12 1996/01/30 21:59:11 me Exp $ */ +/* $Id: deflate.c,v 1.13 1996/05/22 11:52:21 me Exp $ */ #include "deflate.h" -char deflate_copyright[] = " deflate 1.0.1 Copyright 1995-1996 Jean-loup Gailly "; +char deflate_copyright[] = " deflate 1.0.2 Copyright 1995-1996 Jean-loup Gailly "; /* 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 -- cgit v1.2.3-55-g6feb