X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=zlib%2Fcontrib%2Fdelphi%2FZLib.pas;fp=zlib%2Fcontrib%2Fdelphi%2FZLib.pas;h=060e1991186b1968ecc9443b51ae8a08c0f14b34;hb=9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79;hp=e9d72f021da16a18e9dc57e28a4fb4ff296ca1ba;hpb=0db8980cc0ee05727c11f8b7c6674137a4d5de4e;p=deliverable%2Fbinutils-gdb.git diff --git a/zlib/contrib/delphi/ZLib.pas b/zlib/contrib/delphi/ZLib.pas index e9d72f021d..060e199118 100644 --- a/zlib/contrib/delphi/ZLib.pas +++ b/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.10'; + zlib_version = '1.2.11'; type EZlibError = class(Exception);