diff options
author | 2022-04-14 10:39:41 +1000 | |
---|---|---|
committer | 2022-04-14 10:39:41 +1000 | |
commit | 6fa1f03bf0aa00885699da44828a68b4881fd64b (patch) | |
tree | 64359def73a4113c2317bf39dfbc73397b712b4d /3rdparty/zlib/contrib/delphi | |
parent | 23904ffeebcd91310715045ab39f24390799edf3 (diff) |
3rdparty: Updated zlib to version 1.2.12.
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 060e1991186..d40dad8a11d 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.11'; + zlib_version = '1.2.12'; type EZlibError = class(Exception); |