aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
commit9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (patch)
tree1e8002609aafaecb4636d31601012ae7d131482a /deflate.c
parent51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (diff)
downloadzlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.gz
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.bz2
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.zip
Change version number on develop branch to 1.3.1.1.
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index 012ea81..edea7e5 100644
--- a/deflate.c
+++ b/deflate.c
@@ -52,7 +52,7 @@
52#include "deflate.h" 52#include "deflate.h"
53 53
54const char deflate_copyright[] = 54const char deflate_copyright[] =
55 " deflate 1.3.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.3.1.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler ";
56/* 56/*
57 If you use the zlib library in a product, an acknowledgment is welcome 57 If you use the zlib library in a product, an acknowledgment is welcome
58 in the documentation of your product. If for some reason you cannot 58 in the documentation of your product. If for some reason you cannot