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. --- deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deflate.c') diff --git a/deflate.c b/deflate.c index 012ea81..edea7e5 100644 --- a/deflate.c +++ b/deflate.c @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.3.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler "; + " deflate 1.3.1.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot -- cgit v1.2.3-55-g6feb