From 11ceaed751369ec499e1f4c021a881f46bb1bb04 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 15 Jan 2017 08:54:04 -0800 Subject: Change version number to 1.2.10.1. --- 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 e9d72f0..5f00f07 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'; + zlib_version = '1.2.10.1'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb