diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 08:54:04 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:07:08 -0800 |
| commit | 11ceaed751369ec499e1f4c021a881f46bb1bb04 (patch) | |
| tree | 7268b302b7d0ea20a255fbaf274c64497b1f9e31 /contrib/delphi | |
| parent | 4a090adef8c773087ec8916ad3c2236ef560df27 (diff) | |
| download | zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.gz zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.bz2 zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.zip | |
Change version number to 1.2.10.1.
Diffstat (limited to 'contrib/delphi')
| -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 e9d72f0..5f00f07 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.10'; | 155 | zlib_version = '1.2.10.1'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
