aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-08-18 01:45:36 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-08-18 01:45:36 -0700
commit09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 (patch)
treed3a52201dd6412c63e435c8596d47c0cc1ce3989 /deflate.c
parent899ffefb19b66ac98f5c737c572de56834fc9a9d (diff)
downloadzlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz
zlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.bz2
zlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.zip
zlib 1.3v1.3
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deflate.c b/deflate.c
index 1ede12a..bd01175 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1,5 +1,5 @@
1/* deflate.c -- compress data using the deflation algorithm 1/* deflate.c -- compress data using the deflation algorithm
2 * Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler 2 * Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
@@ -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.13.1 Copyright 1995-2022 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.3 Copyright 1995-2023 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