diff options
author | Mark Adler <fork@madler.net> | 2022-10-12 17:54:34 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-12 22:06:55 -0700 |
commit | 04f42ceca40f73e2978b50e93806c2a18c1281fc (patch) | |
tree | 4c576e2421e995c55445f48ff1a8153baa9ffd64 /deflate.c | |
parent | aefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff) | |
download | zlib-1.2.13.tar.gz zlib-1.2.13.tar.bz2 zlib-1.2.13.zip |
zlib 1.2.13v1.2.13
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.2.12.1 Copyright 1995-2022 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.13 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 |