diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2023-08-18 13:15:24 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-18 13:23:07 -0700 |
commit | 3a98b57e5543a58c61c51a060dea5b1bbfc14aac (patch) | |
tree | 41e4ff51c5f6ea654876312ed1bb2dd8d9e44e0f /deflate.c | |
parent | 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 (diff) | |
download | zlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.tar.gz zlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.tar.bz2 zlib-3a98b57e5543a58c61c51a060dea5b1bbfc14aac.zip |
Change version number on develop branch to 1.3.0.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 Copyright 1995-2023 Jean-loup Gailly and Mark Adler "; | 55 | " deflate 1.3.0.1 Copyright 1995-2023 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 |