diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 21:38:26 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 15:57:10 -0700 |
commit | e8fee0ea7bf62e595bd5518b7b22e3e16397278c (patch) | |
tree | ba0c4a432915cd582d147580b8ed10cbdf6122ab /contrib/delphi/ZLib.pas | |
parent | b7bc38845416febaba0d3736fec890750ad9fb28 (diff) | |
download | zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.gz zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.bz2 zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.zip |
Change version number to 1.2.8.
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 b0b5171..a579974 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.7.3'; | 155 | zlib_version = '1.2.8'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |