]> granicus.if.org Git - libexpat/commitdiff
Bumped version number to 2.0.0.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Mon, 26 Dec 2005 15:43:22 +0000 (15:43 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Mon, 26 Dec 2005 15:43:22 +0000 (15:43 +0000)
expat/lib/expat.h

index 09c5d14d36ab7e444298bcda2f6385d667a4909e..cf113eeaf245210e10805eb1d8899bc953d7ae7e 100644 (file)
@@ -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
 }