aboutsummaryrefslogtreecommitdiff
path: root/as400/zlib.inc
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-15 19:31:31 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-16 16:44:29 -0800
commit0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2 (patch)
tree6d91a05ea022327fdd64213d860b07ad9914409d /as400/zlib.inc
parentdefd366a41f061dc9dc2bb7ab88876909bd5934c (diff)
downloadzlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.gz
zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.bz2
zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.zip
Change version number to 1.2.6.
Diffstat (limited to '')
-rw-r--r--as400/zlib.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/as400/zlib.inc b/as400/zlib.inc
index 28fb6ae..5ce905f 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.5.3 4 * Version 1.2.6
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.5.3' 25 D ZLIB_VERSION C '1.2.6'
26 D ZLIB_VERNUM C X'1253' 26 D ZLIB_VERNUM C X'1260'
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 5 30 D C 6
31 D ZLIB_VER_SUBREVISION... 31 D ZLIB_VER_SUBREVISION...
32 D C 3 32 D C 0
33 * 33 *
34 * Other equates. 34 * Other equates.
35 * 35 *