From 3c048bbb5e64605cc4e3aa15e0a536eaf00f3c6f Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 17 Nov 2014 22:45:38 -0800 Subject: tests: Fix version test --- tests/test_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_version.cpp b/tests/test_version.cpp index 622a100..24036fc 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 140 +#if PUGIXML_VERSION != 150 #error Unexpected pugixml version #endif -- cgit v1.2.3