diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-12 17:04:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-12 17:04:02 +0000 |
commit | 3ec980b182de950223663d4a3ef65177fa887501 (patch) | |
tree | 253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/as400 | |
parent | 303ae446cf2ab1469d83e83f4cc5168c899c3cee (diff) | |
download | gcc-3ec980b182de950223663d4a3ef65177fa887501.zip gcc-3ec980b182de950223663d4a3ef65177fa887501.tar.gz gcc-3ec980b182de950223663d4a3ef65177fa887501.tar.bz2 |
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches.
From-SVN: r104182
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 dcd2421..8554951 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 eef7cb2..beae13f5 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 03c6cf08..7bbfb7e 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 |