From df60b50769ae9441c6ebd853948ee7da559286e0 Mon Sep 17 00:00:00 2001 From: Mark Adler <madler@alumni.caltech.edu> Date: Sun, 18 Dec 2011 12:07:25 -0800 Subject: Change version numbers to 1.2.5.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 a6d94d4..b649b2a 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.5.2') TGTRLS(&TGTRLS) + TEXT('ZLIB 1.2.5.3') TGTRLS(&TGTRLS) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index 0b66f26..c3690d7 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.5.2 for AS400 installation instructions + ZLIB version 1.2.5.3 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index f0915c8..d710e13 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.5.2 + * Version 1.2.5.3 * * * WARNING: @@ -22,8 +22,8 @@ * * Versioning information. * - D ZLIB_VERSION C '1.2.5.2' - D ZLIB_VERNUM C X'1252' + D ZLIB_VERSION C '1.2.5.3' + D ZLIB_VERNUM C X'1253' D ZLIB_VER_MAJOR C 1 D ZLIB_VER_MINOR C 2 D ZLIB_VER_REVISION... -- cgit v1.2.3-55-g6feb