mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
parent
f3139f4c04
commit
514478d1f8
@ -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…
x
Reference in New Issue
Block a user