summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-10-12 17:54:34 -0700
committerMark Adler <fork@madler.net>2022-10-12 22:06:55 -0700
commit04f42ceca40f73e2978b50e93806c2a18c1281fc (patch)
tree4c576e2421e995c55445f48ff1a8153baa9ffd64 /contrib/delphi
parentaefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff)
downloadzlib-1.2.13.tar.gz
zlib-1.2.13.tar.bz2
zlib-1.2.13.zip
zlib 1.2.13v1.2.13
Diffstat (limited to 'contrib/delphi')
-rw-r--r--contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas
index 495571b..8be5fa2 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
154const 154const
155 zlib_version = '1.2.12.1'; 155 zlib_version = '1.2.13';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);