summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/delphi
diff options
context:
space:
mode:
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 060e1991186..d40dad8a11d 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.11';
+ zlib_version = '1.2.12';
type
EZlibError = class(Exception);