diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
tree | 16b86ef85c591c244523c98c71508be7908d1189 /deflate.c | |
parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
download | zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.tar.gz zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.tar.bz2 zlib-51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf.zip |
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* deflate.c -- compress data using the deflation algorithm | 1 | /* deflate.c -- compress data using the deflation algorithm |
2 | * Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler | 2 | * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -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.0.1 Copyright 1995-2023 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.3.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 |