Update PUGIXML_VERSION define
git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
26a7f35ca8
commit
acf9dee0dd
@ -13,7 +13,7 @@
|
||||
|
||||
#ifndef PUGIXML_VERSION
|
||||
// Define version macro; evaluates to major * 100 + minor so that it's safe to use in less-than comparisons
|
||||
# define PUGIXML_VERSION 120
|
||||
# define PUGIXML_VERSION 140
|
||||
#endif
|
||||
|
||||
// Include user configuration file (this can define various configuration macros)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#include "../src/pugixml.hpp"
|
||||
|
||||
#if PUGIXML_VERSION != 120
|
||||
#if PUGIXML_VERSION != 140
|
||||
#error Unexpected pugixml version
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user