summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:14 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:14 -0700
commita2506218cd8c32416d0d15260834f3c23d910fc8 (patch)
tree25bbd63d92473c8ae02a27cce3fc7c04a6aba64a /contrib/delphi
parentb97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d (diff)
downloadzlib-1.2.0.8.tar.gz
zlib-1.2.0.8.tar.bz2
zlib-1.2.0.8.zip
zlib 1.2.0.8v1.2.0.8
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 ea9a17f..61ffd08 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.0'; 155 zlib_version = '1.2.1';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);