From 72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 12 Feb 2012 16:15:47 -0800 Subject: Change version number to 1.2.7. --- as400/compile.clp | 2 +- as400/readme.txt | 2 +- as400/zlib.inc | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'as400') diff --git a/as400/compile.clp b/as400/compile.clp index b201942b..8d0c58f5 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.6.1') TGTRLS(&TGTRLS) + TEXT('ZLIB 1.2.7') TGTRLS(&TGTRLS) ENDPGM diff --git a/as400/readme.txt b/as400/readme.txt index fdf9e532..23cd1b8a 100644 --- a/as400/readme.txt +++ b/as400/readme.txt @@ -1,4 +1,4 @@ - ZLIB version 1.2.6.1 for AS400 installation instructions + ZLIB version 1.2.7 for AS400 installation instructions I) From an AS400 *SAVF file: diff --git a/as400/zlib.inc b/as400/zlib.inc index 2671c87d..747c598a 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.6.1 + * Version 1.2.7 * * * WARNING: @@ -22,14 +22,14 @@ * * Versioning information. * - D ZLIB_VERSION C '1.2.6.1' - D ZLIB_VERNUM C X'1261' + D ZLIB_VERSION C '1.2.7' + D ZLIB_VERNUM C X'1270' D ZLIB_VER_MAJOR C 1 D ZLIB_VER_MINOR C 2 D ZLIB_VER_REVISION... - D C 6 + D C 7 D ZLIB_VER_SUBREVISION... - D C 1 + D C 0 * * Other equates. * -- cgit v1.2.3-55-g6feb