aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-10-12 17:54:34 -0700
committerMark Adler <fork@madler.net>2022-10-12 22:06:55 -0700
commit04f42ceca40f73e2978b50e93806c2a18c1281fc (patch)
tree4c576e2421e995c55445f48ff1a8153baa9ffd64 /deflate.c
parentaefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff)
downloadzlib-04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.gz
zlib-04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.bz2
zlib-04f42ceca40f73e2978b50e93806c2a18c1281fc.zip
zlib 1.2.13v1.2.13
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 a578b1a..4a689db 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.2.12.1 Copyright 1995-2022 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.13 Copyright 1995-2022 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