From: Fred L. Drake, Jr. Date: Mon, 7 Oct 2002 20:26:31 +0000 (+0000) Subject: Bump version numbers. X-Git-Tag: R_1_95_6~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fca489398446d270a86b1bcb860192db9fb900b;p=libexpat Bump version numbers. --- 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 }