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

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