From acf9dee0dd7421737e40f0c97ca04b66657ec889 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 10 Feb 2014 05:11:05 +0000 Subject: Update PUGIXML_VERSION define git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_version.cpp b/tests/test_version.cpp index 6fbfe1b..622a100 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 120 +#if PUGIXML_VERSION != 140 #error Unexpected pugixml version #endif -- cgit v1.2.3