parent
f3139f4c04
commit
514478d1f8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#ifndef PUGIXML_VERSION
|
||||
// Define version macro; evaluates to major * 100 + minor so that it's safe to use in less-than comparisons
|
||||
// Define version macro; evaluates to major * 100 + minor * 10 + patch so that it's safe to use in less-than comparisons
|
||||
# define PUGIXML_VERSION 190
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue