diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:45 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:45 -0700 |
| commit | a7d70663cf4a7d4013ff7d285da01a164ed9b207 (patch) | |
| tree | bbf446cac984191a2bcae6390f366886d0a3de18 /contrib/delphi/ZLib.pas | |
| parent | f4498bea2865325dce71189af47a047529229f22 (diff) | |
| download | zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.tar.gz zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.tar.bz2 zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.zip | |
zlib 1.2.4.4v1.2.4.4
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 6ed89ce..c1094c6 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.4.3'; | 155 | zlib_version = '1.2.4.4'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
