diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 13:07:41 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 13:07:41 -0800 |
commit | 9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (patch) | |
tree | 1e8002609aafaecb4636d31601012ae7d131482a /deflate.c | |
parent | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (diff) | |
download | zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.gz zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.bz2 zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.zip |
Change version number on develop branch to 1.3.1.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.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.3.1.1 Copyright 1995-2024 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 |