summaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
commit388a285cb89048a5a4aa656dc377c6cf0a53cdf0 (patch)
tree653d1136e374fc70cb5cbfc054289896193861e6 /contrib/delphi/ZLib.pas
parent139c67fc879b0836dcc1285947f0d353efe42e2d (diff)
downloadzlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.gz
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.bz2
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.zip
Change version number to 1.2.7.3.
Diffstat (limited to 'contrib/delphi/ZLib.pas')
-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 05e426f..b0b5171 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.7.2'; 155 zlib_version = '1.2.7.3';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);