From acf9dee0dd7421737e40f0c97ca04b66657ec889 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 10 Feb 2014 05:11:05 +0000 Subject: Update PUGIXML_VERSION define git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 1a5d685..e19a4a3 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -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) -- cgit v1.2.3