aboutsummaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-12-18 12:07:25 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-12-18 12:07:25 -0800
commitdf60b50769ae9441c6ebd853948ee7da559286e0 (patch)
tree225cbbcf02368acfcf716d0104dabe77d4f5ef86 /contrib/delphi/ZLib.pas
parentfe61dfb8a27754137c2f6a1ff59b1e55d615210e (diff)
downloadzlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.gz
zlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.bz2
zlib-df60b50769ae9441c6ebd853948ee7da559286e0.zip
Change version numbers to 1.2.5.3.
Diffstat (limited to '')
-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 44384a7..79a6b44 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.5.2'; 155 zlib_version = '1.2.5.3';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);