summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 08:54:04 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 09:07:08 -0800
commit11ceaed751369ec499e1f4c021a881f46bb1bb04 (patch)
tree7268b302b7d0ea20a255fbaf274c64497b1f9e31 /contrib/delphi
parent4a090adef8c773087ec8916ad3c2236ef560df27 (diff)
downloadzlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.gz
Change version number to 1.2.10.1.
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 e9d72f0..5f00f07 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.10.1';
type
EZlibError = class(Exception);