zlib 1.2.5

This commit is contained in:
Mark Adler
2011-09-09 23:35:10 -07:00
parent 7301420248
commit 9712272c78
25 changed files with 55 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.4.5';
ZLIB_VERSION = '1.2.5';
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;