summaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
blob: 622a1007c53af51044d1a64593027f83646bed66 (plain)
1
2
3
4
5
#include "../src/pugixml.hpp"

#if PUGIXML_VERSION != 140
#error Unexpected pugixml version
#endif