0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-31 00:13:01 +08:00
pugixml/tests/test_version.cpp
arseny.kapoulkine@gmail.com bda8e935e9 Updated version number and copyright year everywhere
git-svn-id: http://pugixml.googlecode.com/svn/trunk@897 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 05:04:07 +00:00

6 lines
104 B
C++

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