From 6fca489398446d270a86b1bcb860192db9fb900b Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Mon, 7 Oct 2002 20:26:31 +0000 Subject: [PATCH] Bump version numbers. --- expat/README | 2 +- expat/lib/expat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/README b/expat/README index 47fe6ca1..3bab5a02 100644 --- a/expat/README +++ b/expat/README @@ -1,5 +1,5 @@ - Expat, Release 1.95.5 + Expat, Release 1.95.6 This is Expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register diff --git a/expat/lib/expat.h b/expat/lib/expat.h index d69211ef..5e4b2370 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -900,7 +900,7 @@ XML_GetFeatureList(void); */ #define XML_MAJOR_VERSION 1 #define XML_MINOR_VERSION 95 -#define XML_MICRO_VERSION 5 +#define XML_MICRO_VERSION 6 #ifdef __cplusplus } -- 2.40.0