Update PUGIXML_VERSION define

git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
Arseny Kapoulkine 2014-02-10 05:11:05 +00:00
parent 26a7f35ca8
commit acf9dee0dd
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 120
#if PUGIXML_VERSION != 140
#error Unexpected pugixml version
#endif