From 388a285cb89048a5a4aa656dc377c6cf0a53cdf0 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 13 Apr 2013 18:58:46 -0700 Subject: Change version number to 1.2.7.3. --- contrib/pascal/zlibpas.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/pascal/zlibpas.pas') diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index 97a031b..18d6665 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas @@ -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; -- cgit v1.2.3-55-g6feb