diff options
Diffstat (limited to 'as400')
| -rw-r--r-- | as400/bndsrc | 2 | ||||
| -rw-r--r-- | as400/compile.clp | 2 | ||||
| -rw-r--r-- | as400/readme.txt | 2 | ||||
| -rw-r--r-- | as400/zlib.inc | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/as400/bndsrc b/as400/bndsrc index a963e3a..9cf94bb 100644 --- a/as400/bndsrc +++ b/as400/bndsrc | |||
| @@ -87,7 +87,7 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
| 87 | EXPORT SYMBOL("zError") | 87 | EXPORT SYMBOL("zError") |
| 88 | 88 | ||
| 89 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | 89 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ |
| 90 | /* Version 1.2.0.7 additional entry points. */ | 90 | /* Version 1.2.1 additional entry points. */ |
| 91 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | 91 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ |
| 92 | 92 | ||
| 93 | /********************************************************************/ | 93 | /********************************************************************/ |
diff --git a/as400/compile.clp b/as400/compile.clp index 4f8700c..dcd2421 100644 --- a/as400/compile.clp +++ b/as400/compile.clp | |||
| @@ -118,6 +118,6 @@ | |||
| 118 | &MODLIB/INFTREES &MODLIB/TREES + | 118 | &MODLIB/INFTREES &MODLIB/TREES + |
| 119 | &MODLIB/UNCOMPR &MODLIB/ZUTIL) + | 119 | &MODLIB/UNCOMPR &MODLIB/ZUTIL) + |
| 120 | SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + | 120 | SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + |
| 121 | TEXT('ZLIB 1.2.0.7') TGTRLS(V4R4M0) | 121 | TEXT('ZLIB 1.2.1') TGTRLS(V4R4M0) |
| 122 | 122 | ||
| 123 | ENDPGM | 123 | ENDPGM |
diff --git a/as400/readme.txt b/as400/readme.txt index 7ce5ed1..eef7cb2 100644 --- a/as400/readme.txt +++ b/as400/readme.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ZLIB version 1.2.0.7 for AS400 installation instructions | 1 | ZLIB version 1.2.1 for AS400 installation instructions |
| 2 | 2 | ||
| 3 | I) From an AS400 *SAVF file: | 3 | I) From an AS400 *SAVF file: |
| 4 | 4 | ||
diff --git a/as400/zlib.inc b/as400/zlib.inc index 9a0fc54..03c6cf0 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | * ZLIB.INC - Interface to the general purpose compression library | 1 | * ZLIB.INC - Interface to the general purpose compression library |
| 2 | * | 2 | * |
| 3 | * ILE RPG400 version by Patrick Monnerat, DATASPHERE. | 3 | * ILE RPG400 version by Patrick Monnerat, DATASPHERE. |
| 4 | * Version 1.2.0.7 | 4 | * Version 1.2.1 |
| 5 | * | 5 | * |
| 6 | * | 6 | * |
| 7 | * WARNING: | 7 | * WARNING: |
| @@ -20,8 +20,8 @@ | |||
| 20 | * Constants | 20 | * Constants |
| 21 | ************************************************************************** | 21 | ************************************************************************** |
| 22 | * | 22 | * |
| 23 | D ZLIB_VERSION C '1.2.0.8' Header's version | 23 | D ZLIB_VERSION C '1.2.1' Header's version |
| 24 | D ZLIB_VERNUM C X'1208' | 24 | D ZLIB_VERNUM C X'1210' |
| 25 | * | 25 | * |
| 26 | D Z_NO_FLUSH C 0 | 26 | D Z_NO_FLUSH C 0 |
| 27 | D Z_SYNC_FLUSH C 2 | 27 | D Z_SYNC_FLUSH C 2 |
