From 7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 29 Jan 2012 19:25:44 -0800 Subject: Change version number to 1.2.6.1. --- 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 5c9875c..baf0b0f 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas @@ -10,8 +10,8 @@ unit zlibpas; interface const - ZLIB_VERSION = '1.2.6'; - ZLIB_VERNUM = $1260; + ZLIB_VERSION = '1.2.6.1'; + ZLIB_VERNUM = $1261; type alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; -- cgit v1.2.3-55-g6feb