From d6cbbd5c64e522fda640b69edc5b00e0e339983d Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 11 Sep 2011 11:16:41 -0700 Subject: Change version numbers to 1.2.5.2 and release dates Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them. --- contrib/delphi/ZLib.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/delphi/ZLib.pas') diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 8690594..44384a7 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas @@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; const OutBuf: Pointer; BufSize: Integer); const - zlib_version = '1.2.5.1'; + zlib_version = '1.2.5.2'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb