aboutsummaryrefslogtreecommitdiff
path: root/as400
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
commit388a285cb89048a5a4aa656dc377c6cf0a53cdf0 (patch)
tree653d1136e374fc70cb5cbfc054289896193861e6 /as400
parent139c67fc879b0836dcc1285947f0d353efe42e2d (diff)
downloadzlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.gz
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.bz2
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.zip
Change version number to 1.2.7.3.
Diffstat (limited to 'as400')
-rw-r--r--as400/compile.clp2
-rw-r--r--as400/readme.txt2
-rw-r--r--as400/zlib.inc8
3 files changed, 6 insertions, 6 deletions
diff --git a/as400/compile.clp b/as400/compile.clp
index f8af938..67a5fd0 100644
--- a/as400/compile.clp
+++ b/as400/compile.clp
@@ -105,6 +105,6 @@
105 &MODLIB/TREES &MODLIB/UNCOMPR + 105 &MODLIB/TREES &MODLIB/UNCOMPR +
106 &MODLIB/ZUTIL) + 106 &MODLIB/ZUTIL) +
107 SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) + 107 SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) +
108 TEXT('ZLIB 1.2.7.2') TGTRLS(&TGTRLS) 108 TEXT('ZLIB 1.2.7.3') TGTRLS(&TGTRLS)
109 109
110 ENDPGM 110 ENDPGM
diff --git a/as400/readme.txt b/as400/readme.txt
index cdcf88b..ca224cb 100644
--- a/as400/readme.txt
+++ b/as400/readme.txt
@@ -1,4 +1,4 @@
1 ZLIB version 1.2.7.2 for AS400 installation instructions 1 ZLIB version 1.2.7.3 for AS400 installation instructions
2 2
3I) From an AS400 *SAVF file: 3I) From an AS400 *SAVF file:
4 4
diff --git a/as400/zlib.inc b/as400/zlib.inc
index a557a04..54565b7 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.7.2 4 * Version 1.2.7.3
5 * 5 *
6 * 6 *
7 * WARNING: 7 * WARNING:
@@ -22,14 +22,14 @@
22 * 22 *
23 * Versioning information. 23 * Versioning information.
24 * 24 *
25 D ZLIB_VERSION C '1.2.7.2' 25 D ZLIB_VERSION C '1.2.7.3'
26 D ZLIB_VERNUM C X'1272' 26 D ZLIB_VERNUM C X'1273'
27 D ZLIB_VER_MAJOR C 1 27 D ZLIB_VER_MAJOR C 1
28 D ZLIB_VER_MINOR C 2 28 D ZLIB_VER_MINOR C 2
29 D ZLIB_VER_REVISION... 29 D ZLIB_VER_REVISION...
30 D C 7 30 D C 7
31 D ZLIB_VER_SUBREVISION... 31 D ZLIB_VER_SUBREVISION...
32 D C 2 32 D C 3
33 * 33 *
34 * Other equates. 34 * Other equates.
35 * 35 *