From: Fred L. Drake, Jr. Date: Sat, 20 Apr 2002 21:17:15 +0000 (+0000) Subject: Bump version number. X-Git-Tag: R_1_95_3~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94cf78927703c02caaacfd57f52d086298c55067;p=libexpat Bump version number. --- diff --git a/expat/lib/expat.h b/expat/lib/expat.h index e8d9b354..aebf13d2 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -732,7 +732,7 @@ XML_ExpatVersionInfo(void); #define XML_MAJOR_VERSION 1 #define XML_MINOR_VERSION 95 -#define XML_MICRO_VERSION 2 +#define XML_MICRO_VERSION 3 #ifdef __cplusplus }