diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-05-02 23:12:54 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-05-02 23:12:54 -0700 |
commit | ceeb615f4660966c192edb302207842c7283b5ac (patch) | |
tree | 112d3444baab468a249a982ea8a15c01225095b3 /contrib/delphi/ZLib.pas | |
parent | 50893291621658f355bc5b4d450a8d06a563053d (diff) | |
download | zlib-ceeb615f4660966c192edb302207842c7283b5ac.tar.gz zlib-ceeb615f4660966c192edb302207842c7283b5ac.tar.bz2 zlib-ceeb615f4660966c192edb302207842c7283b5ac.zip |
Change version number to 1.2.8.1.
Diffstat (limited to '')
-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 a579974..b2cbfad 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.8'; | 155 | zlib_version = '1.2.8.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |