expat/lib expat.h,1.57,1.58
"Fred L. Drake" <[email protected]> Sun, 02 Nov 2003 12:37:24 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/lib In directory sc8-pr-cvs1:/tmp/cvs-serv19932/lib Modified Files: expat.h Log Message: bump the version number since the code has changed, however slightly Index: expat.h =================================================================== RCS file: /cvsroot/expat/expat/lib/expat.h,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- expat.h 16 Oct 2003 04:20:54 -0000 1.57 +++ expat.h 2 Nov 2003 20:37:22 -0000 1.58 @@ -992,7 +992,7 @@ */ #define XML_MAJOR_VERSION 1 #define XML_MINOR_VERSION 95 -#define XML_MICRO_VERSION 7 +#define XML_MICRO_VERSION 8 #ifdef __cplusplus }