From 388a285cb89048a5a4aa656dc377c6cf0a53cdf0 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 13 Apr 2013 18:58:46 -0700 Subject: Change version number to 1.2.7.3. --- as400/compile.clp | 2 +- as400/readme.txt | 2 +- as400/zlib.inc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'as400') diff --git a/as400/compile.clp b/as400/compile.clp index f8af938..67a5fd0 100644 --- a/as400/compile.clp +++ b/as400/compile.clp @@ -105,6 +105,6 @@ &MODLIB/TREES &MODLIB/UNCOMPR + &MODLIB/ZUTIL) + SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + - TEXT('ZLIB 1.2.7.2') TGTRLS(&TGTRLS) + TEXT('ZLIB 1.2.7.3') TGTRLS(&TGTRLS) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index cdcf88b..ca224cb 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.7.2 for AS400 installation instructions + ZLIB version 1.2.7.3 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index a557a04..54565b7 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.7.2 + * Version 1.2.7.3 * * * WARNING: @@ -22,14 +22,14 @@ * * Versioning information. * - D ZLIB_VERSION C '1.2.7.2' - D ZLIB_VERNUM C X'1272' + D ZLIB_VERSION C '1.2.7.3' + D ZLIB_VERNUM C X'1273' D ZLIB_VER_MAJOR C 1 D ZLIB_VER_MINOR C 2 D ZLIB_VER_REVISION... D C 7 D ZLIB_VER_SUBREVISION... - D C 2 + D C 3 * * Other equates. * -- cgit v1.2.3-55-g6feb