ZLIB_VERSION      229 tools/packfi2/deflate.c     static const char my_version[] = ZLIB_VERSION;
ZLIB_VERSION     1332 tools/packfi2/zlib.h         deflateInit_((strm), (level),       ZLIB_VERSION, sizeof(z_stream))
ZLIB_VERSION     1334 tools/packfi2/zlib.h         inflateInit_((strm),                ZLIB_VERSION, sizeof(z_stream))
ZLIB_VERSION     1337 tools/packfi2/zlib.h                       (strategy),           ZLIB_VERSION, sizeof(z_stream))
ZLIB_VERSION     1339 tools/packfi2/zlib.h         inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
ZLIB_VERSION     1342 tools/packfi2/zlib.h         ZLIB_VERSION, sizeof(z_stream))
ZLIB_VERSION       29 tools/packfi2/zutil.c     return ZLIB_VERSION;