Change version number to 1.2.7.2.

This commit is contained in:
Mark Adler
2013-04-13 08:08:57 -07:00
parent 0b16609409
commit 8a93f49c86
24 changed files with 51 additions and 48 deletions

View File

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.7.1';
ZLIB_VERNUM = $1271;
ZLIB_VERSION = '1.2.7.2';
ZLIB_VERNUM = $1272;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;