Change version number to 1.2.7.
This commit is contained in:
@@ -10,8 +10,8 @@ unit zlibpas;
|
||||
interface
|
||||
|
||||
const
|
||||
ZLIB_VERSION = '1.2.6.1';
|
||||
ZLIB_VERNUM = $1261;
|
||||
ZLIB_VERSION = '1.2.7';
|
||||
ZLIB_VERNUM = $1270;
|
||||
|
||||
type
|
||||
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
|
||||
|
||||
Reference in New Issue
Block a user