[Expat-checkins] expat/lib expat.h,1.77,1.78
Karl Waclawek
kwaclaw at users.sourceforge.net
Mon Dec 26 16:43:27 CET 2005
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14541
Modified Files:
expat.h
Log Message:
Bumped version number to 2.0.0.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- expat.h 23 Dec 2005 14:45:27 -0000 1.77
+++ expat.h 26 Dec 2005 15:43:22 -0000 1.78
@@ -1002,9 +1002,9 @@
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
}
More information about the Expat-checkins
mailing list