aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2022-10-15 09:02:21 -0700
committerMark Adler <madler@alumni.caltech.edu>2022-10-15 09:02:21 -0700
commit41fda48fc264ed0cfe612f64a462bacac09f735e (patch)
tree5e0358bc99830338088ac9d14809f4a3e00a7cbc /deflate.c
parent04f42ceca40f73e2978b50e93806c2a18c1281fc (diff)
downloadzlib-41fda48fc264ed0cfe612f64a462bacac09f735e.tar.gz
zlib-41fda48fc264ed0cfe612f64a462bacac09f735e.tar.bz2
zlib-41fda48fc264ed0cfe612f64a462bacac09f735e.zip
Change version number on develop branch to 1.2.13.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 4a689db..cd538b8 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.13 Copyright 1995-2022 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.13.1 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