From cacf7f1d4e3d44d871b605da3b647f07d718623f Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 15 Jan 2017 09:18:46 -0800 Subject: zlib 1.2.11 --- contrib/delphi/ZLib.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/delphi') diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 5f00f07..060e199 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.10.1'; + zlib_version = '1.2.11'; type EZlibError = class(Exception); -- cgit v1.2.1