diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 19:25:44 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 21:15:24 -0800 |
| commit | 7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e (patch) | |
| tree | e299a5065a393241afc567aeed72280eee8a4ad2 /contrib/delphi | |
| parent | e75de023b6cd7177c8e44ef1c72b74f5efde5418 (diff) | |
| download | zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.gz zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.bz2 zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.zip | |
Change version number to 1.2.6.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 6daf8bb..9859f33 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.6'; | 155 | zlib_version = '1.2.6.1'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
