From e68048518ea4830ffcdaf79e7f929713263c6f06 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 18 Mar 2015 21:19:58 -0700 Subject: Update version to 1.6 --- tests/test_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_version.cpp') diff --git a/tests/test_version.cpp b/tests/test_version.cpp index 24036fc..cf64efc 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 150 +#if PUGIXML_VERSION != 160 #error Unexpected pugixml version #endif -- cgit v1.2.3