From a7d70663cf4a7d4013ff7d285da01a164ed9b207 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:34:45 -0700 Subject: zlib 1.2.4.4 --- contrib/delphi/ZLib.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/delphi/ZLib.pas') diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 6ed89ce..c1094c6 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas @@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; const OutBuf: Pointer; BufSize: Integer); const - zlib_version = '1.2.4.3'; + zlib_version = '1.2.4.4'; type EZlibError = class(Exception); -- cgit v1.2.1