]> granicus.if.org Git - libexpat/commitdiff
Bump version numbers.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 7 Oct 2002 20:26:31 +0000 (20:26 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 7 Oct 2002 20:26:31 +0000 (20:26 +0000)
expat/README
expat/lib/expat.h

index 47fe6ca1d6ec3880d5b96b00456f9a274b7a5a45..3bab5a02c4ee8db4efa8ef4d46128369e11396c8 100644 (file)
@@ -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
index d69211efa8fc72d2272253c573ea0d04ea135c5d..5e4b23707c0e37922cd946c751aad4d5714008bf 100644 (file)
@@ -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
 }