From 8a93f49c86044934de225a395d3b5b851879257c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 13 Apr 2013 08:08:57 -0700 Subject: Change version number to 1.2.7.2. --- 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 fe92819..05e426f 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.7.1'; + zlib_version = '1.2.7.2'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb