From 7a33a861d1526894272a8a4b08527ce32316d750 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:23:27 -0700 Subject: zlib 1.2.1 --- as400/bndsrc | 2 +- as400/compile.clp | 2 +- as400/readme.txt | 2 +- as400/zlib.inc | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'as400') diff --git a/as400/bndsrc b/as400/bndsrc index a963e3a..9cf94bb 100644 --- a/as400/bndsrc +++ b/as400/bndsrc @@ -87,7 +87,7 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') EXPORT SYMBOL("zError") /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.0.7 additional entry points. */ +/* Version 1.2.1 additional entry points. */ /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ /********************************************************************/ diff --git a/as400/compile.clp b/as400/compile.clp index 4f8700c..dcd2421 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.0.7') TGTRLS(V4R4M0) + TEXT('ZLIB 1.2.1') TGTRLS(V4R4M0) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index 7ce5ed1..eef7cb2 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.0.7 for AS400 installation instructions + ZLIB version 1.2.1 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index 9a0fc54..03c6cf0 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.0.7 + * Version 1.2.1 * * * WARNING: @@ -20,8 +20,8 @@ * Constants ************************************************************************** * - D ZLIB_VERSION C '1.2.0.8' Header's version - D ZLIB_VERNUM C X'1208' + D ZLIB_VERSION C '1.2.1' Header's version + D ZLIB_VERNUM C X'1210' * D Z_NO_FLUSH C 0 D Z_SYNC_FLUSH C 2 -- cgit v1.2.3-55-g6feb