Bumped version number to 2.0.0.

This commit is contained in:
Karl Waclawek 2005-12-26 15:43:22 +00:00
parent 85c092da87
commit f41b3c2003

View File

@ -1002,9 +1002,9 @@ XML_GetFeatureList(void);
releases. Micro is bumped with each release, and set to 0 with each releases. Micro is bumped with each release, and set to 0 with each
change to major or minor version. change to major or minor version.
*/ */
#define XML_MAJOR_VERSION 1 #define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 95 #define XML_MINOR_VERSION 0
#define XML_MICRO_VERSION 8 #define XML_MICRO_VERSION 0
#ifdef __cplusplus #ifdef __cplusplus
} }