Change version number to 1.2.7.3.

This commit is contained in:
Mark Adler
2013-04-13 18:58:46 -07:00
parent 139c67fc87
commit 388a285cb8
24 changed files with 46 additions and 43 deletions

View File

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