diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 08:22:16 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2017-02-13 10:16:17 +0100 |
commit | 21bffda72c25370230dff6a0b28e3f629b5acd91 (patch) | |
tree | b3998216428db8e903c8decf6d0e58a274c27597 /zutil.c | |
parent | 5c01bb54f24dc7e7e60787b4d29990e992fdf98a (diff) |
zlib 1.2.11
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2005, 2010, 2011, 2012, 2016 Jean-loup Gailly + * Copyright (C) 1995-2017 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -24,7 +24,7 @@ const char * const z_errmsg[10] = { }; const char zlibng_string[] = - " zlib-ng 1.9.9 forked from zlib 1.2.8 "; + " zlib-ng 1.9.9 forked from zlib 1.2.11 "; const char * ZEXPORT zlibVersion(void) { |