summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:38 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:38 -0700
commitf4498bea2865325dce71189af47a047529229f22 (patch)
tree06278f21d1bcf0f0860ff792af1cb376b1331231 /contrib/delphi
parent7147f24cd7b27dd95f6e841851a111cb311a9c07 (diff)
downloadzlib-1.2.4.3.tar.gz
zlib-1.2.4.3.tar.bz2
zlib-1.2.4.3.zip
zlib 1.2.4.3v1.2.4.3
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 72ef99f..6ed89ce 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.4.2'; 155 zlib_version = '1.2.4.3';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);