diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2023-08-18 01:45:36 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-18 01:45:36 -0700 |
commit | 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 (patch) | |
tree | d3a52201dd6412c63e435c8596d47c0cc1ce3989 /contrib/delphi | |
parent | 899ffefb19b66ac98f5c737c572de56834fc9a9d (diff) | |
download | zlib-1.3.tar.gz zlib-1.3.tar.bz2 zlib-1.3.zip |
zlib 1.3v1.3
Diffstat (limited to '')
-rw-r--r-- | contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index d4f80ae..814ffa6 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas | |||
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; | |||
152 | const OutBuf: Pointer; BufSize: Integer); | 152 | const OutBuf: Pointer; BufSize: Integer); |
153 | 153 | ||
154 | const | 154 | const |
155 | zlib_version = '1.2.13.1'; | 155 | zlib_version = '1.3.0'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |