From 55f4dfe1d2ca6bcf15df2f58e66a15bd86d839f1 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 18 Apr 2018 17:09:01 +0200 Subject: [PATCH] Incremented version --- miniz.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniz.h b/miniz.h index 4d1f0d7..685589f 100644 --- a/miniz.h +++ b/miniz.h @@ -1,4 +1,4 @@ -/* miniz.c 2.0.7 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing +/* miniz.c 2.0.8 - 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 Oct. 13, 2013 Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt @@ -234,11 +234,11 @@ enum MZ_DEFAULT_COMPRESSION = -1 }; -#define MZ_VERSION "10.0.2" -#define MZ_VERNUM 0xA020 +#define MZ_VERSION "10.0.3" +#define MZ_VERNUM 0xA030 #define MZ_VER_MAJOR 10 #define MZ_VER_MINOR 0 -#define MZ_VER_REVISION 2 +#define MZ_VER_REVISION 3 #define MZ_VER_SUBREVISION 0 #ifndef MINIZ_NO_ZLIB_APIS