zlib 1.2.10

This commit is contained in:
Mark Adler
2017-01-02 17:53:59 -08:00
parent e13def040e
commit 4a090adef8
25 changed files with 58 additions and 54 deletions

View File

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.9.1';
ZLIB_VERNUM = $1291;
ZLIB_VERSION = '1.2.10';
ZLIB_VERNUM = $12a0;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;