diff options
author | delphij <delphij@FreeBSD.org> | 2010-03-31 20:55:13 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-03-31 20:55:13 +0000 |
commit | ba79e1ef62e2e7614577a089817e8de44324f09d (patch) | |
tree | fde3ba7d2e741c0e79f850ebad661ff81d9ac59f /lib/libz/deflate.c | |
parent | 41905cc36439fe2bd87d0b1a1b68762651ac373a (diff) | |
download | FreeBSD-src-ba79e1ef62e2e7614577a089817e8de44324f09d.zip FreeBSD-src-ba79e1ef62e2e7614577a089817e8de44324f09d.tar.gz |
Update to 1.2.4.1 (beta).
Diffstat (limited to 'lib/libz/deflate.c')
-rw-r--r-- | lib/libz/deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c index fcd698c..b7fb9fc 100644 --- a/lib/libz/deflate.c +++ b/lib/libz/deflate.c @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.2.4 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; + " deflate 1.2.4.1 Copyright 1995-2010 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot |