diff options
author | 2023-12-06 06:42:53 +1100 | |
---|---|---|
committer | 2023-12-06 06:42:53 +1100 | |
commit | 12590d6ad8873bb8d8c217b67311290653d948d2 (patch) | |
tree | c46c5a8adcf8335414849f06bb48883f101537c9 /3rdparty/zlib/contrib/delphi/ZLib.pas | |
parent | d2c4286eca573ed6143b50cb4acd0c8ab72db9f1 (diff) |
3rdparty/zlib: Updated to 1.3.0.
Diffstat (limited to '3rdparty/zlib/contrib/delphi/ZLib.pas')
-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 d40dad8a11d..814ffa6706a 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.12'; + zlib_version = '1.3.0'; type EZlibError = class(Exception); |