From 72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 12 Feb 2012 16:15:47 -0800 Subject: Change version number to 1.2.7. --- 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 9859f33a..f24bb3ed 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.6.1'; + zlib_version = '1.2.7'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb