summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-01-17 05:47:05 +0000
committerXin LI <delphij@FreeBSD.org>2017-01-17 05:47:05 +0000
commit850069632c2fff654128eb4e6bcb6234cf668927 (patch)
tree9860bc0519cd1640da52031dca7e51b41a312a30 /contrib/delphi
parentea3017ea00ba1406ff086ec8a56fdc22c0871885 (diff)
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 e9d72f021da16..060e1991186b1 100644
--- a/contrib/delphi/ZLib.pas
+++ b/contrib/delphi/ZLib.pas
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
- zlib_version = '1.2.10';
+ zlib_version = '1.2.11';
type
EZlibError = class(Exception);