From 9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 22 Jan 2024 13:07:41 -0800 Subject: Change version number on develop branch to 1.3.1.1. --- 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 93fa4c9..a64b1a3 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.3.1'; + zlib_version = '1.3.1.1'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb