Fix typo: MICRO instead of MINOR.

This commit is contained in:
Martin v. Löwis 2001-01-21 10:22:12 +00:00
parent 0078f6cc80
commit 6512dbd5be
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#endif
#ifdef XML_MAJOR_VERSION
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MINOR_VERSION)
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MICRO_VERSION)
#else
#ifndef EXPAT_VERSION
/* Assume Expat 1.1 unless told otherwise */