summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-12-06 06:42:53 +1100
committer Vas Crabb <vas@vastheman.com>2023-12-06 06:42:53 +1100
commit12590d6ad8873bb8d8c217b67311290653d948d2 (patch)
treec46c5a8adcf8335414849f06bb48883f101537c9 /3rdparty/zlib/contrib/delphi/ZLib.pas
parentd2c4286eca573ed6143b50cb4acd0c8ab72db9f1 (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.pas2
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);