X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=contrib%2Fdelphi%2FZLib.pas;h=e9d72f021da16a18e9dc57e28a4fb4ff296ca1ba;hb=4a090adef8c773087ec8916ad3c2236ef560df27;hp=b0b5171dc627e2484c9566cc808ae405d60149af;hpb=388a285cb89048a5a4aa656dc377c6cf0a53cdf0;p=zlib.git diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index b0b5171..e9d72f0 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.3'; + zlib_version = '1.2.10'; type EZlibError = class(Exception);