aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-17 14:07:56 -0800
committerMark Adler <git@madler.net>2026-02-17 14:12:15 -0800
commitdd625a9dfb8f4a6787f8efdb227f7bd860480d7c (patch)
treefb3f19f3a4714b7e0f57afef194fca9c182249dc /deflate.c
parentda607da739fa6047df13e66a2af6b8bec7c2a498 (diff)
downloadzlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.tar.gz
zlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.tar.bz2
zlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.zip
Change version number on develop branch to 1.3.2.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 d7d2c7c1..a5be5e69 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.2 Copyright 1995-2026 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.3.2.1 Copyright 1995-2026 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