diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-12-18 12:07:25 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-12-18 12:07:25 -0800 |
| commit | df60b50769ae9441c6ebd853948ee7da559286e0 (patch) | |
| tree | 225cbbcf02368acfcf716d0104dabe77d4f5ef86 /contrib/delphi | |
| parent | fe61dfb8a27754137c2f6a1ff59b1e55d615210e (diff) | |
| download | zlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.gz zlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.bz2 zlib-df60b50769ae9441c6ebd853948ee7da559286e0.zip | |
Change version numbers to 1.2.5.3.
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 44384a7a..79a6b44a 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.5.2'; | 155 | zlib_version = '1.2.5.3'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
