0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 14:48:43 +08:00
pugixml/tests/test_version.cpp
Arseny Kapoulkine acf9dee0dd Update PUGIXML_VERSION define
git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640
2014-02-10 05:11:05 +00:00

6 lines
104 B
C++

#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 140
#error Unexpected pugixml version
#endif