From f28a343dfaa9b42b5f1104094766309c15ee58a9 Mon Sep 17 00:00:00 2001 From: "richgel99@gmail.com" Date: Sun, 20 May 2012 21:29:51 +0000 Subject: [PATCH] Updated header to v1.14 --- miniz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniz.c b/miniz.c index 8d59fe1..a4d21a2 100644 --- a/miniz.c +++ b/miniz.c @@ -1,6 +1,6 @@ -/* miniz.c v1.13 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing +/* miniz.c v1.14 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing See "unlicense" statement at the end of this file. - Rich Geldreich , last updated May 19, 2012 + Rich Geldreich , last updated May 20, 2012 Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt Most API's defined in miniz.c are optional. For example, to disable the archive related functions just define