Change version number to 1.2.7.3.

This commit is contained in:
Mark Adler
2013-04-13 18:58:46 -07:00
parent 139c67fc87
commit 388a285cb8
24 changed files with 46 additions and 43 deletions

View File

@@ -105,6 +105,6 @@
&MODLIB/TREES &MODLIB/UNCOMPR +
&MODLIB/ZUTIL) +
SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) +
TEXT('ZLIB 1.2.7.2') TGTRLS(&TGTRLS)
TEXT('ZLIB 1.2.7.3') TGTRLS(&TGTRLS)
ENDPGM

View File

@@ -1,4 +1,4 @@
ZLIB version 1.2.7.2 for AS400 installation instructions
ZLIB version 1.2.7.3 for AS400 installation instructions
I) From an AS400 *SAVF file:

View File

@@ -1,7 +1,7 @@
* ZLIB.INC - Interface to the general purpose compression library
*
* ILE RPG400 version by Patrick Monnerat, DATASPHERE.
* Version 1.2.7.2
* Version 1.2.7.3
*
*
* WARNING:
@@ -22,14 +22,14 @@
*
* Versioning information.
*
D ZLIB_VERSION C '1.2.7.2'
D ZLIB_VERNUM C X'1272'
D ZLIB_VERSION C '1.2.7.3'
D ZLIB_VERNUM C X'1273'
D ZLIB_VER_MAJOR C 1
D ZLIB_VER_MINOR C 2
D ZLIB_VER_REVISION...
D C 7
D ZLIB_VER_SUBREVISION...
D C 2
D C 3
*
* Other equates.
*