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