aboutsummaryrefslogtreecommitdiff
path: root/zlib/as400
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-12 17:04:02 +0000
committerTom Tromey <tromey@redhat.com>2005-09-12 17:04:02 +0000
commit2d0dbf15226d981f2fc1480d436756f29aed94c5 (patch)
tree253197a1e98aea7fe0dd20a442e82f1f30007b5a /zlib/as400
parent8e896d80a1ead730bb4bb5c3f3d4d001330e0a96 (diff)
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@104182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/as400')
-rw-r--r--zlib/as400/compile.clp2
-rw-r--r--zlib/as400/readme.txt2
-rw-r--r--zlib/as400/zlib.inc10
3 files changed, 9 insertions, 5 deletions
diff --git a/zlib/as400/compile.clp b/zlib/as400/compile.clp
index dcd24215d62..85549515006 100644
--- a/zlib/as400/compile.clp
+++ b/zlib/as400/compile.clp
@@ -118,6 +118,6 @@
&MODLIB/INFTREES &MODLIB/TREES +
&MODLIB/UNCOMPR &MODLIB/ZUTIL) +
SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) +
- TEXT('ZLIB 1.2.1') TGTRLS(V4R4M0)
+ TEXT('ZLIB 1.2.3') TGTRLS(V4R4M0)
ENDPGM
diff --git a/zlib/as400/readme.txt b/zlib/as400/readme.txt
index eef7cb2ec63..beae13f565b 100644
--- a/zlib/as400/readme.txt
+++ b/zlib/as400/readme.txt
@@ -1,4 +1,4 @@
- ZLIB version 1.2.1 for AS400 installation instructions
+ ZLIB version 1.2.3 for AS400 installation instructions
I) From an AS400 *SAVF file:
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