diff options
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 56f1d22..6219dbe 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -1,5 +1,5 @@ /** - * pugixml parser - version 1.4 + * pugixml parser - version 1.5 * -------------------------------------------------------- * Copyright (C) 2006-2014, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) * Report bugs and download new versions at http://pugixml.org/ @@ -39,7 +39,6 @@ // Uncomment this to switch to header-only version // #define PUGIXML_HEADER_ONLY -// #include "pugixml.cpp" // Uncomment this to enable long long support // #define PUGIXML_HAS_LONG_LONG |