diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 17:53:59 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 18:21:29 -0800 |
| commit | 4a090adef8c773087ec8916ad3c2236ef560df27 (patch) | |
| tree | 1d377f3999b695c57aea0e99d58c3d1d6ff9f613 /contrib/delphi | |
| parent | e13def040e1236f2e3dd4333a6ece955967478b3 (diff) | |
| download | zlib-1.2.10.tar.gz zlib-1.2.10.tar.bz2 zlib-1.2.10.zip | |
zlib 1.2.10v1.2.10
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 4c654cf..e9d72f0 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.1'; | 155 | zlib_version = '1.2.10'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
