0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00

Fix version comment; 190 = 1.9.0 (major.minor.patch)

Fixes #224.
This commit is contained in:
Arseny Kapoulkine 2018-07-28 08:08:45 -07:00
parent f3139f4c04
commit 514478d1f8

View File

@ -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