This website requires JavaScript.
Explore
Help
Sign In
External
/
pugixml
Watch
8
Star
0
Fork
0
You've already forked pugixml
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ef9cafa9ce
pugixml
/
tests
/
test_version.cpp
6 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
tests: Convert several files to Unix line endings They were still using Windows EOL by mistake
2015-09-19 10:14:18 +03:00
#
include
"../src/pugixml.hpp"
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-12 06:53:14 +03:00
#
if PUGIXML_VERSION != 1100
tests: Convert several files to Unix line endings They were still using Windows EOL by mistake
2015-09-19 10:14:18 +03:00
#
error Unexpected pugixml version
#
endif
Reference in New Issue
Copy Permalink