expat/lib expat.h,1.53,1.54
"Fred L. Drake" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/lib In directory sc8-pr-cvs1:/tmp/cvs-serv10818/lib Modified Files: expat.h Log Message: - bump the versioning information - start describing the changes in 1.95.7 Index: expat.h =================================================================== RCS file: /cvsroot/expat/expat/lib/expat.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- expat.h 13 Mar 2003 02:17:48 -0000 1.53 +++ expat.h 15 Jul 2003 15:20:35 -0000 1.54 @@ -926,7 +926,7 @@ */ #define XML_MAJOR_VERSION 1 #define XML_MINOR_VERSION 95 -#define XML_MICRO_VERSION 6 +#define XML_MICRO_VERSION 7 #ifdef __cplusplus }