0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 21:04:25 +08:00
pugixml/tests/test_version.cpp
Arseny Kapoulkine 44e4d7e40b Update version to 1.10
Note: this chang also updates PUGIXML_VERSION macro to allow for
double-digit minor versions; this preserves the continuity of versions
so PUGIXML_VERSION >= 190 will still work.
2019-09-11 21:09:50 -07:00

6 lines
100 B
C++

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