[Expat-checkins] expat/amiga/include/libraries expat.h,1.2,1.3

Steven Solie ssolie at users.sourceforge.net
Sun Jun 3 16:53:27 CEST 2007


Update of /cvsroot/expat/expat/amiga/include/libraries
In directory sc8-pr-cvs17:/tmp/cvs-serv31701

Modified Files:
	expat.h 
Log Message:
Updated and bumped version.

Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/amiga/include/libraries/expat.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- expat.h	30 Dec 2005 04:19:05 -0000	1.2
+++ expat.h	3 Jun 2007 14:53:24 -0000	1.3
@@ -2,7 +2,7 @@
 #define LIBRARIES_EXPAT_H
 
 /*
-** Copyright (c) 2001-2005 Expat maintainers.
+** Copyright (c) 2001-2007 Expat maintainers.
 **
 ** Permission is hereby granted, free of charge, to any person obtaining
 ** a copy of this software and associated documentation files (the
@@ -527,7 +527,9 @@
   XML_FEATURE_CONTEXT_BYTES,
   XML_FEATURE_MIN_SIZE,
   XML_FEATURE_SIZEOF_XML_CHAR,
-  XML_FEATURE_SIZEOF_XML_LCHAR
+  XML_FEATURE_SIZEOF_XML_LCHAR,
+  XML_FEATURE_NS,
+  XML_FEATURE_LARGE_SIZE
 };
 
 typedef struct {
@@ -542,7 +544,7 @@
 
 #define XML_MAJOR_VERSION 2
 #define XML_MINOR_VERSION 0
-#define XML_MICRO_VERSION 0
+#define XML_MICRO_VERSION 1
 
 
 /****************************************************************************/



More information about the Expat-checkins mailing list