From 3a98b57e5543a58c61c51a060dea5b1bbfc14aac Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 18 Aug 2023 13:15:24 -0700 Subject: Change version number on develop branch to 1.3.0.1. --- deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deflate.c') diff --git a/deflate.c b/deflate.c index bd01175..5e72cd9 100644 --- a/deflate.c +++ b/deflate.c @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.3 Copyright 1995-2023 Jean-loup Gailly and Mark Adler "; + " deflate 1.3.0.1 Copyright 1995-2023 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