From abf180a067223611620dd97dd5681df7c7fa7c9b Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:25:17 -0700 Subject: zlib 1.2.3 --- 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 3c47bb4..8554951 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.2') TGTRLS(V4R4M0) + TEXT('ZLIB 1.2.3') TGTRLS(V4R4M0) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index 27ca676..beae13f 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.2 for AS400 installation instructions + ZLIB version 1.2.3 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index 263677d..7bbfb7e 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.4 + * Version 1.2.3 * * * WARNING: @@ -22,8 +22,8 @@ * * Versioning information. * - D ZLIB_VERSION C '1.2.2.4' - D ZLIB_VERNUM C X'1224' + D ZLIB_VERSION C '1.2.3' + D ZLIB_VERNUM C X'1230' * * Other equates. * -- cgit v1.2.3-55-g6feb