Change version number to 1.2.6.

This commit is contained in:
Mark Adler
2012-01-15 19:31:31 -08:00
parent defd366a41
commit 0ddfbd2346
19 changed files with 46 additions and 43 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.5.3
* Version 1.2.6
*
*
* WARNING:
@@ -22,14 +22,14 @@
*
* Versioning information.
*
D ZLIB_VERSION C '1.2.5.3'
D ZLIB_VERNUM C X'1253'
D ZLIB_VERSION C '1.2.6'
D ZLIB_VERNUM C X'1260'
D ZLIB_VER_MAJOR C 1
D ZLIB_VER_MINOR C 2
D ZLIB_VER_REVISION...
D C 5
D C 6
D ZLIB_VER_SUBREVISION...
D C 3
D C 0
*
* Other equates.
*