summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorssolie <ssolie>2007-06-03 14:53:24 +0000
committerssolie <ssolie>2007-06-03 14:53:24 +0000
commitfdd21600598f6c69c421bd0795dd804f981183f5 (patch)
tree5990f911f286a60f4550a5bc1e87ae8d4f53fe4a
parent8417155208aa4021bd547025fc54a819adb04cac (diff)
downloadlibexpat-fdd21600598f6c69c421bd0795dd804f981183f5.tar.gz
Updated and bumped version.
-rw-r--r--amiga/include/libraries/expat.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/amiga/include/libraries/expat.h b/amiga/include/libraries/expat.h
index cdd211e..1b57387 100644
--- a/amiga/include/libraries/expat.h
+++ b/amiga/include/libraries/expat.h
@@ -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 @@ enum XML_FeatureEnum {
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 @@ XML_GetFeatureList(void);
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 0
-#define XML_MICRO_VERSION 0
+#define XML_MICRO_VERSION 1
/****************************************************************************/