Change version number to 1.2.7.1.

This commit is contained in:
Mark Adler
2012-05-02 22:38:26 -07:00
parent 30a1c7065d
commit 2689b3cceb
24 changed files with 47 additions and 44 deletions

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
* Version 1.2.7.1
*
*
* WARNING:
@@ -22,14 +22,14 @@
*
* Versioning information.
*
D ZLIB_VERSION C '1.2.7'
D ZLIB_VERNUM C X'1270'
D ZLIB_VERSION C '1.2.7.1'
D ZLIB_VERNUM C X'1271'
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 0
D C 1
*
* Other equates.
*