diff options
author | serg@serg.mylan <> | 2005-03-23 21:08:13 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-03-23 21:08:13 +0100 |
commit | 106ac5b0f6bb7d1dc0f32a4a1d273e6496b128ae (patch) | |
tree | 9defb6fc4bb5a6c4a12f100e1c2644a098e81253 /zlib/deflate.c | |
parent | f21f8f983f9bf33b9d18288f501483b6f347086d (diff) | |
download | mariadb-git-106ac5b0f6bb7d1dc0f32a4a1d273e6496b128ae.tar.gz |
upgrade zlib to 1.2.2
Diffstat (limited to 'zlib/deflate.c')
-rw-r--r-- | zlib/deflate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/deflate.c b/zlib/deflate.c index 0525b2f33ca..0fc53bc1e82 100644 --- a/zlib/deflate.c +++ b/zlib/deflate.c @@ -1,5 +1,5 @@ /* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-2003 Jean-loup Gailly. + * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.2.1 Copyright 1995-2003 Jean-loup Gailly "; + " deflate 1.2.2 Copyright 1995-2004 Jean-loup Gailly "; /* 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 |