diff options
author | 2017-01-02 14:01:23 +0100 | |
---|---|---|
committer | 2017-01-02 14:01:23 +0100 | |
commit | e984b7b5b7891c90611ca73f11fcddfbdf380226 (patch) | |
tree | baf12d9bd77f89f4b4c442cc37d17d1dd3739275 /3rdparty/zlib/contrib/delphi | |
parent | 9340a2c362b4eebd25be406f5b646d33d476c41d (diff) |
Updated to zlib 1.2.9 (nw)
Diffstat (limited to '3rdparty/zlib/contrib/delphi')
-rw-r--r-- | 3rdparty/zlib/contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/contrib/delphi/ZLib.pas b/3rdparty/zlib/contrib/delphi/ZLib.pas index a579974f044..7a3cb664967 100644 --- a/3rdparty/zlib/contrib/delphi/ZLib.pas +++ b/3rdparty/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.8'; + zlib_version = '1.2.9'; type EZlibError = class(Exception); |