diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 14:07:56 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 14:12:15 -0800 |
| commit | dd625a9dfb8f4a6787f8efdb227f7bd860480d7c (patch) | |
| tree | fb3f19f3a4714b7e0f57afef194fca9c182249dc /deflate.c | |
| parent | da607da739fa6047df13e66a2af6b8bec7c2a498 (diff) | |
| download | zlib-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ | |||
| 52 | #include "deflate.h" | 52 | #include "deflate.h" |
| 53 | 53 | ||
| 54 | const char deflate_copyright[] = | 54 | const 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 |
