From 8198f694f52b6a6284069a37b44bcce5847acdf2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Mar 2011 10:10:55 +0000 Subject: Import zlib-1.2.3 --- cpukit/zlib/contrib/delphi/ZLib.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/zlib/contrib/delphi') diff --git a/cpukit/zlib/contrib/delphi/ZLib.pas b/cpukit/zlib/contrib/delphi/ZLib.pas index b9d33e2d72..3f2b8b4a5c 100644 --- a/cpukit/zlib/contrib/delphi/ZLib.pas +++ b/cpukit/zlib/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.2'; + zlib_version = '1.2.3'; type EZlibError = class(Exception); -- cgit v1.2.3