diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-01 22:21:21 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-01 22:24:17 -0800 |
commit | 20e472546e1fb3018cebe59040644f0b6198902d (patch) | |
tree | f81230f01dda44ed14ccf1f7a5264daa206e718b /contrib/delphi/ZLib.pas | |
parent | 6bdca5060d25755fb1def3ae7a78d635215eff21 (diff) | |
download | zlib-20e472546e1fb3018cebe59040644f0b6198902d.tar.gz zlib-20e472546e1fb3018cebe59040644f0b6198902d.tar.bz2 zlib-20e472546e1fb3018cebe59040644f0b6198902d.zip |
Change version number to zlib 1.2.9.1.
Diffstat (limited to 'contrib/delphi/ZLib.pas')
-rw-r--r-- | contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 7a3cb66..4c654cf 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas | |||
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; | |||
152 | const OutBuf: Pointer; BufSize: Integer); | 152 | const OutBuf: Pointer; BufSize: Integer); |
153 | 153 | ||
154 | const | 154 | const |
155 | zlib_version = '1.2.9'; | 155 | zlib_version = '1.2.9.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |