From a4c17581d8fd9dc38d498430825d148fe7177881 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 27 Mar 2022 18:07:49 -0700 Subject: Change version number on develop branch to 1.2.12.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 d40dad8..495571b 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.12'; + zlib_version = '1.2.12.1'; type EZlibError = class(Exception); -- cgit v1.2.3-55-g6feb