Change version number to 1.2.7.

This commit is contained in:
Mark Adler
2012-02-12 16:15:47 -08:00
parent 94acb3c1a0
commit 72e2c8f088
20 changed files with 43 additions and 40 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.6.1
* Version 1.2.7
*
*
* WARNING:
@@ -22,14 +22,14 @@
*
* Versioning information.
*
D ZLIB_VERSION C '1.2.6.1'
D ZLIB_VERNUM C X'1261'
D ZLIB_VERSION C '1.2.7'
D ZLIB_VERNUM C X'1270'
D ZLIB_VER_MAJOR C 1
D ZLIB_VER_MINOR C 2
D ZLIB_VER_REVISION...
D C 6
D C 7
D ZLIB_VER_SUBREVISION...
D C 1
D C 0
*
* Other equates.
*