diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-15 19:31:31 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-16 16:44:29 -0800 |
| commit | 0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2 (patch) | |
| tree | 6d91a05ea022327fdd64213d860b07ad9914409d /contrib/delphi | |
| parent | defd366a41f061dc9dc2bb7ab88876909bd5934c (diff) | |
| download | zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.gz zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.bz2 zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.zip | |
Change version number to 1.2.6.
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 79a6b44..6daf8bb 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.3'; | 155 | zlib_version = '1.2.6'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
