summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-18 21:19:58 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-18 21:20:40 -0700
commite68048518ea4830ffcdaf79e7f929713263c6f06 (patch)
tree030fd28ff85ec643e6464c90ab8202feeca91d22 /tests
parent5f996eba6deaa804bf4caced8acc65d8626720d6 (diff)
Update version to 1.6
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 24036fc..cf64efc 100644
--- a/tests/test_version.cpp
+++ b/tests/test_version.cpp
@@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"
-#if PUGIXML_VERSION != 150
+#if PUGIXML_VERSION != 160
#error Unexpected pugixml version
#endif