Change version number to 1.2.6.1.
This commit is contained in:
@@ -105,6 +105,6 @@
|
||||
&MODLIB/TREES &MODLIB/UNCOMPR +
|
||||
&MODLIB/ZUTIL) +
|
||||
SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC) +
|
||||
TEXT('ZLIB 1.2.6') TGTRLS(&TGTRLS)
|
||||
TEXT('ZLIB 1.2.6.1') TGTRLS(&TGTRLS)
|
||||
|
||||
ENDPGM
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ZLIB version 1.2.6 for AS400 installation instructions
|
||||
ZLIB version 1.2.6.1 for AS400 installation instructions
|
||||
|
||||
I) From an AS400 *SAVF 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
|
||||
* Version 1.2.6.1
|
||||
*
|
||||
*
|
||||
* WARNING:
|
||||
@@ -22,14 +22,14 @@
|
||||
*
|
||||
* Versioning information.
|
||||
*
|
||||
D ZLIB_VERSION C '1.2.6'
|
||||
D ZLIB_VERNUM C X'1260'
|
||||
D ZLIB_VERSION C '1.2.6.1'
|
||||
D ZLIB_VERNUM C X'1261'
|
||||
D ZLIB_VER_MAJOR C 1
|
||||
D ZLIB_VER_MINOR C 2
|
||||
D ZLIB_VER_REVISION...
|
||||
D C 6
|
||||
D ZLIB_VER_SUBREVISION...
|
||||
D C 0
|
||||
D C 1
|
||||
*
|
||||
* Other equates.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user