From 4a090adef8c773087ec8916ad3c2236ef560df27 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 2 Jan 2017 17:53:59 -0800 Subject: zlib 1.2.10 --- contrib/pascal/zlibpas.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/pascal') diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index 0ae6d75..2330898 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas @@ -10,8 +10,8 @@ unit zlibpas; interface const - ZLIB_VERSION = '1.2.9.1'; - ZLIB_VERNUM = $1291; + ZLIB_VERSION = '1.2.10'; + ZLIB_VERNUM = $12a0; type alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; -- cgit v1.2.3-55-g6feb