From f41b3c2003ac3f4a931dcac331993435ba1c6bbd Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Mon, 26 Dec 2005 15:43:22 +0000 Subject: [PATCH] Bumped version number to 2.0.0. --- expat/lib/expat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/lib/expat.h b/expat/lib/expat.h index 09c5d14d..cf113eea 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -1002,9 +1002,9 @@ XML_GetFeatureList(void); releases. Micro is bumped with each release, and set to 0 with each change to major or minor version. */ -#define XML_MAJOR_VERSION 1 -#define XML_MINOR_VERSION 95 -#define XML_MICRO_VERSION 8 +#define XML_MAJOR_VERSION 2 +#define XML_MINOR_VERSION 0 +#define XML_MICRO_VERSION 0 #ifdef __cplusplus }