diff options
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 |