summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2017-01-26 19:55:37 +0100
committer Ariane Fugmann <sailorsat@t-online.de>2017-01-26 19:55:37 +0100
commitf603c763fe35a81bd3a7f41ab8a53c61c953e2cb (patch)
tree26b3659573426ea0111c3d5203b3eea78e508357 /3rdparty/zlib/contrib/delphi/ZLib.pas
parent4e5f922341d962577d19a62ee4ed21c7de1fc8f0 (diff)
parent4ba1c0f2cad36dc23613e0dec24e7e439d3e80fd (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to '3rdparty/zlib/contrib/delphi/ZLib.pas')
-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);