aboutsummaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
blob: 779bac32d88ddcdd78d181c310201a7d3c134e84 (plain)
1
2
3
4
5
#include "../src/pugixml.hpp"

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