From 6b8233bfe00e79134cb1b84fc49d4f750a797f79 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:43 -0700 Subject: zlib 1.2.2.3 --- as400/zlib.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'as400') diff --git a/as400/zlib.inc b/as400/zlib.inc index 04c3309..2905ee0 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc @@ -1,7 +1,7 @@ * ZLIB.INC - Interface to the general purpose compression library * * ILE RPG400 version by Patrick Monnerat, DATASPHERE. - * Version 1.2.2.2 + * Version 1.2.2.3 * * * WARNING: @@ -20,8 +20,12 @@ * Constants ************************************************************************** * - D ZLIB_VERSION C '1.2.2.2' Header's version - D ZLIB_VERNUM C X'1222' + * Versioning information. + * + D ZLIB_VERSION C '1.2.2.3' + D ZLIB_VERNUM C X'1223' + * + * Other equates. * D Z_NO_FLUSH C 0 D Z_SYNC_FLUSH C 2 -- cgit v1.2.3-55-g6feb