Change version numbers to 1.2.5.3.

This commit is contained in:
Mark Adler
2011-12-18 12:07:25 -08:00
parent fe61dfb8a2
commit df60b50769
19 changed files with 38 additions and 35 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.2
* Version 1.2.5.3
*
*
* WARNING:
@@ -22,8 +22,8 @@
*
* Versioning information.
*
D ZLIB_VERSION C '1.2.5.2'
D ZLIB_VERNUM C X'1252'
D ZLIB_VERSION C '1.2.5.3'
D ZLIB_VERNUM C X'1253'
D ZLIB_VER_MAJOR C 1
D ZLIB_VER_MINOR C 2
D ZLIB_VER_REVISION...