diff options
Diffstat (limited to 'zlib/as400')
-rw-r--r-- | zlib/as400/compile.clp | 2 | ||||
-rw-r--r-- | zlib/as400/readme.txt | 2 | ||||
-rw-r--r-- | zlib/as400/zlib.inc | 10 |
3 files changed, 9 insertions, 5 deletions
diff --git a/zlib/as400/compile.clp b/zlib/as400/compile.clp index dcd24215d62..85549515006 100644 --- a/zlib/as400/compile.clp +++ b/zlib/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.3') TGTRLS(V4R4M0) ENDPGM diff --git a/zlib/as400/readme.txt b/zlib/as400/readme.txt index eef7cb2ec63..beae13f565b 100644 --- a/zlib/as400/readme.txt +++ b/zlib/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.1 for AS400 installation instructions + ZLIB version 1.2.3 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/zlib/as400/zlib.inc b/zlib/as400/zlib.inc index 03c6cf089bb..7bbfb7e4171 100644 --- a/zlib/as400/zlib.inc +++ b/zlib/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 + * Version 1.2.3 * * * WARNING: @@ -20,8 +20,12 @@ * Constants ************************************************************************** * - D ZLIB_VERSION C '1.2.1' Header's version - D ZLIB_VERNUM C X'1210' + * Versioning information. + * + D ZLIB_VERSION C '1.2.3' + D ZLIB_VERNUM C X'1230' + * + * Other equates. * D Z_NO_FLUSH C 0 D Z_SYNC_FLUSH C 2 |