aboutsummaryrefslogtreecommitdiff
path: root/os400
diff options
context:
space:
mode:
Diffstat (limited to 'os400')
-rw-r--r--os400/README4002
-rw-r--r--os400/zlibfixed.rpgle8
-rw-r--r--os400/zlibfree.rpgle8
3 files changed, 9 insertions, 9 deletions
diff --git a/os400/README400 b/os400/README400
index 9314a687..8164f787 100644
--- a/os400/README400
+++ b/os400/README400
@@ -1,4 +1,4 @@
1 ZLIB version 1.3.2 for OS/400 installation instructions 1 ZLIB version 1.3.2.1 for OS/400 installation instructions
2 2
31) Download and unpack the zlib tarball to some IFS directory. 31) Download and unpack the zlib tarball to some IFS directory.
4 (i.e.: /path/to/the/zlib/ifs/source/directory) 4 (i.e.: /path/to/the/zlib/ifs/source/directory)
diff --git a/os400/zlibfixed.rpgle b/os400/zlibfixed.rpgle
index 75060f30..832960d3 100644
--- a/os400/zlibfixed.rpgle
+++ b/os400/zlibfixed.rpgle
@@ -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.3.2 4 * Version 1.3.2.1
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.3.2' 25 D ZLIB_VERSION C '1.3.2.1'
26 D ZLIB_VERNUM C X'1320' 26 D ZLIB_VERNUM C X'1321'
27 D ZLIB_VER_MAJOR C 1 27 D ZLIB_VER_MAJOR C 1
28 D ZLIB_VER_MINOR C 3 28 D ZLIB_VER_MINOR C 3
29 D ZLIB_VER_REVISION... 29 D ZLIB_VER_REVISION...
30 D C 2 30 D C 2
31 D ZLIB_VER_SUBREVISION... 31 D ZLIB_VER_SUBREVISION...
32 D C 0 32 D C 1
33 * 33 *
34 * Other equates. 34 * Other equates.
35 * 35 *
diff --git a/os400/zlibfree.rpgle b/os400/zlibfree.rpgle
index b35c4680..1f027dac 100644
--- a/os400/zlibfree.rpgle
+++ b/os400/zlibfree.rpgle
@@ -2,7 +2,7 @@
2// ZLIB.INC - Interface to the general purpose compression library 2// ZLIB.INC - Interface to the general purpose compression library
3 3
4// ILE RPG400 version by Patrick Monnerat, DATASPHERE. 4// ILE RPG400 version by Patrick Monnerat, DATASPHERE.
5// Version 1.3.2 5// Version 1.3.2.1
6 6
7 7
8// WARNING: 8// WARNING:
@@ -23,12 +23,12 @@
23 23
24// Versioning information. 24// Versioning information.
25 25
26Dcl-C ZLIB_VERSION '1.3.2'; 26Dcl-C ZLIB_VERSION '1.3.2.1';
27Dcl-C ZLIB_VERNUM X'1320'; 27Dcl-C ZLIB_VERNUM X'1321';
28Dcl-C ZLIB_VER_MAJOR 1; 28Dcl-C ZLIB_VER_MAJOR 1;
29Dcl-C ZLIB_VER_MINOR 3; 29Dcl-C ZLIB_VER_MINOR 3;
30Dcl-C ZLIB_VER_REVISION 2; 30Dcl-C ZLIB_VER_REVISION 2;
31Dcl-C ZLIB_VER_SUBREVISION 0; 31Dcl-C ZLIB_VER_SUBREVISION 1;
32 32
33// Other equates. 33// Other equates.
34 34