diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:04:02 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-12 17:04:02 +0000 |
commit | fbac20447b8669e70aead906056eabee7f080de7 (patch) | |
tree | 253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/as400/zlib.inc | |
parent | 4d6758ff95985b4022e2a0a33b4540b39d6574a8 (diff) | |
download | gcc-fbac20447b8669e70aead906056eabee7f080de7.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/as400/zlib.inc')
-rw-r--r-- | zlib/as400/zlib.inc | 10 |
1 files changed, 7 insertions, 3 deletions
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 |