From a383133c4e7b93113cee912f213cf9502d785fa7 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:20:42 -0700 Subject: zlib 1.1.4 --- zlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 49f56b4..52cb529 100644 --- a/zlib.h +++ b/zlib.h @@ -1,7 +1,7 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.1.3, July 9th, 1998 + version 1.1.4, March 11th, 2002 - Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler + Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -37,7 +37,7 @@ extern "C" { #endif -#define ZLIB_VERSION "1.1.3" +#define ZLIB_VERSION "1.1.4" /* The 'zlib' compression library provides in-memory compression and -- cgit v1.2.3-55-g6feb