From 0c74e117b82aae3c3cf87ce6aa2fe8dca1da9476 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 2 Apr 2018 21:46:14 -0700 Subject: Update version to 1.9 --- 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 1e0b16a..604dcf6 100644 --- a/tests/test_version.cpp +++ b/tests/test_version.cpp @@ -1,5 +1,5 @@ #include "../src/pugixml.hpp" -#if PUGIXML_VERSION != 180 +#if PUGIXML_VERSION != 190 #error Unexpected pugixml version #endif -- cgit v1.2.3