summaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-09 09:00:03 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-09 09:02:44 -0800
commitc75e3c45e5de50a426bc248a68275ae971935438 (patch)
tree1f26925e3c01e6e01d03d52f5367daa6676c7e3d /tests/test_version.cpp
parent57ef4ad459c0ce2ba86ced31bd0e72ab0afec71e (diff)
Update version to 1.8 everywhere
Diffstat (limited to 'tests/test_version.cpp')
-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 99979bb..1e0b16a 100644
--- a/tests/test_version.cpp
+++ b/tests/test_version.cpp
@@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"
-#if PUGIXML_VERSION != 170
+#if PUGIXML_VERSION != 180
#error Unexpected pugixml version
#endif