summaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-01-04 09:37:45 +0000
committerXin LI <delphij@FreeBSD.org>2017-01-04 09:37:45 +0000
commitea3017ea00ba1406ff086ec8a56fdc22c0871885 (patch)
tree092772243053d6da18d0b758b93a215f6445cf32 /contrib/delphi/ZLib.pas
parent05949431773ba2a7de10afd5069ae77e5fc6267c (diff)
Notes
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 a579974f0440d..e9d72f021da16 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.8';
+ zlib_version = '1.2.10';
type
EZlibError = class(Exception);