aboutsummaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 22:46:03 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 22:46:03 -0800
commit7d60b86782f96854974fdec6f17cb95cfaf020a6 (patch)
tree46886deb09bf103b49e84cc7aaaa9f1cf9923c1f /contrib/delphi/ZLib.pas
parentcacf7f1d4e3d44d871b605da3b647f07d718623f (diff)
downloadzlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.gz
zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.bz2
zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.zip
Change version number to 1.2.11.1.
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 060e199..dd63f2f 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.11'; 155 zlib_version = '1.2.11.1';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);