From 79fbcdc939b5d515218187a0d5f2526fb632075a Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:02 -0700 Subject: zlib 1.2.2 --- as400/compile.clp | 2 +- as400/readme.txt | 2 +- as400/zlib.inc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'as400') diff --git a/as400/compile.clp b/as400/compile.clp index dcd2421..3c47bb4 100644 --- a/as400/compile.clp +++ b/as400/compile.clp @@ -118,6 +118,6 @@ &MODLIB/INFTREES &MODLIB/TREES + &MODLIB/UNCOMPR &MODLIB/ZUTIL) + SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + - TEXT('ZLIB 1.2.1') TGTRLS(V4R4M0) + TEXT('ZLIB 1.2.2') TGTRLS(V4R4M0) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index eef7cb2..27ca676 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.1 for AS400 installation instructions + ZLIB version 1.2.2 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index bb24691..e31e1a7 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.1.2 + * Version 1.2.2 * * * WARNING: @@ -20,8 +20,8 @@ * Constants ************************************************************************** * - D ZLIB_VERSION C '1.2.1.2' Header's version - D ZLIB_VERNUM C X'1212' + D ZLIB_VERSION C '1.2.2' Header's version + D ZLIB_VERNUM C X'1220' * D Z_NO_FLUSH C 0 D Z_SYNC_FLUSH C 2 -- cgit v1.2.3-55-g6feb