From a7bc57407366a4a7403d584c6e40ee9cbe840a0e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Nov 2015 14:55:59 +0100 Subject: [PATCH] Upgrade to Expat 2.1.0 --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 2d73d8c..985ddfe 100644 --- a/win/makefile +++ b/win/makefile @@ -14,7 +14,7 @@ HAVE_TCL=1 # EXPAT is optional. It's required for grs.xml-filters. HAVE_EXPAT=1 -EXPAT_DIR=c:\Program files (x86)\Expat 2.0.1 +EXPAT_DIR=c:\Program files (x86)\Expat 2.1.0 # iconv is optional HAVE_ICONV=0 -- 1.7.10.4