From 04f42ceca40f73e2978b50e93806c2a18c1281fc Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 12 Oct 2022 17:54:34 -0700 Subject: zlib 1.2.13 --- 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 495571b..8be5fa2 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.12.1'; + zlib_version = '1.2.13'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb