aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-08-18 13:15:24 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-08-18 13:23:07 -0700
commit3a98b57e5543a58c61c51a060dea5b1bbfc14aac (patch)
tree41e4ff51c5f6ea654876312ed1bb2dd8d9e44e0f /deflate.c
parent09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 (diff)
downloadzlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.tar.gz
zlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.tar.bz2
zlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.zip
Change version number on develop branch to 1.3.0.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 bd01175..5e72cd9 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 Copyright 1995-2023 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.3.0.1 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