From 94cf78927703c02caaacfd57f52d086298c55067 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sat, 20 Apr 2002 21:17:15 +0000 Subject: [PATCH] Bump version number. --- expat/lib/expat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.40.0