diff options
author | 2025-03-26 21:52:28 -0400 | |
---|---|---|
committer | 2025-03-26 21:52:28 -0400 | |
commit | 52f1f3ac1cc06d2b29b5bb262b039095cebee86b (patch) | |
tree | 746626ffd86a45db26a780bb0119e11e62f74ee5 /3rdparty/zlib/contrib/delphi/ZLib.pas | |
parent | d1b6221df7b14950f968cb159c44be4ea6c04d51 (diff) |
3rdparty/zlib: Updated to 1.3.1. (#13505)
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 814ffa6706a..93fa4c9edb0 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.3.0'; + zlib_version = '1.3.1'; type EZlibError = class(Exception); |