summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:46:14 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:46:14 -0700
commit0c74e117b82aae3c3cf87ce6aa2fe8dca1da9476 (patch)
treeb89c2dbc90a69a5dec834c1fdc2e3c5b39d8d3ab /tests
parenta32585286a328367543443dd2520a4bee2b0cb0b (diff)
Update version to 1.9
Diffstat (limited to 'tests')
-rw-r--r--tests/test_version.cpp2
1 files changed, 1 insertions, 1 deletions
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