diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
| commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
| tree | 16b86ef85c591c244523c98c71508be7908d1189 /contrib/delphi | |
| parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
| download | zlib-master.tar.gz zlib-master.tar.bz2 zlib-master.zip | |
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 814ffa6..93fa4c9 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.3.0'; | 155 | zlib_version = '1.3.1'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
