diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
commit | a4c17581d8fd9dc38d498430825d148fe7177881 (patch) | |
tree | 5c9b485ce459a9c3517a8f9658442f3b1284a402 /deflate.c | |
parent | 21767c654d31d2dccdde4330529775c6c5fd5389 (diff) | |
download | zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.gz zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.bz2 zlib-a4c17581d8fd9dc38d498430825d148fe7177881.zip |
Change version number on develop branch to 1.2.12.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.2.12 Copyright 1995-2022 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.2.12.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 |