summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/delphi
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-01-25 17:15:54 +0100
committer hap <happppp@users.noreply.github.com>2017-01-25 17:15:54 +0100
commit93c92be81517a982ef9b47eed610a3e42ed244bc (patch)
tree60ad45f195db92267e54cf44f61d6f932803301f /3rdparty/zlib/contrib/delphi
parentc11c22b3e83bdf7ac8d48f0a8e3be48ba31786f8 (diff)
updated to zlib 1.2.11 (nw)
Diffstat (limited to '3rdparty/zlib/contrib/delphi')
-rw-r--r--3rdparty/zlib/contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/contrib/delphi/ZLib.pas b/3rdparty/zlib/contrib/delphi/ZLib.pas
index 7a3cb664967..060e1991186 100644
--- a/3rdparty/zlib/contrib/delphi/ZLib.pas
+++ b/3rdparty/zlib/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.9';
+ zlib_version = '1.2.11';
type
EZlibError = class(Exception);