summaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-10 05:11:05 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-02-10 05:11:05 +0000
commitacf9dee0dd7421737e40f0c97ca04b66657ec889 (patch)
treea346bb4631d9f97416425336aa5f047dfb6e6bef /tests/test_version.cpp
parent26a7f35ca889995ee1db8d4963315e42e12c47af (diff)
Update PUGIXML_VERSION define
git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640
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 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