You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pugixml.hpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@
11
11
* Copyright (C) 2003, by Kristen Wegner (kristen@tima.net)
12
12
*/
13
13
14
-
#ifndef PUGIXML_VERSION
15
14
// Define version macro; evaluates to major * 1000 + minor * 10 + patch so that it's safe to use in less-than comparisons
16
15
// Note: pugixml used major * 100 + minor * 10 + patch format up until 1.9 (which had version identifier 190); starting from pugixml 1.10, the minor version number is two digits
17
-
# definePUGIXML_VERSION1110
16
+
#ifndef PUGIXML_VERSION
17
+
# definePUGIXML_VERSION1120// 1.12
18
18
#endif
19
19
20
20
// Include user configuration file (this can define various configuration macros)
0 commit comments