From ebd3c2c0e734fc99a1360014ea52ed04fe6aade4 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:17:17 -0700 Subject: zlib 1.0.5 --- deflate.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'deflate.c') diff --git a/deflate.c b/deflate.c index c6ba9b4..e1d66ce 100644 --- a/deflate.c +++ b/deflate.c @@ -1,5 +1,5 @@ /* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-1996 Jean-loup Gailly. + * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -47,11 +47,10 @@ * */ -/* $Id: deflate.c,v 1.15 1996/07/24 13:40:58 me Exp $ */ #include "deflate.h" -char deflate_copyright[] = " deflate 1.0.4 Copyright 1995-1996 Jean-loup Gailly "; +char deflate_copyright[] = " deflate 1.0.5 Copyright 1995-1998 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