expat/lib expat.h,1.79,1.80
"Karl Waclawek" <[email protected]> Sun, 26 Nov 2006 18:52:01 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/lib In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23533/lib Modified Files: expat.h Log Message: Preparing for release 2.0.1. Index: expat.h =================================================================== RCS file: /cvsroot/expat/expat/lib/expat.h,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- expat.h 7 Apr 2006 20:24:20 -0000 1.79 +++ expat.h 27 Nov 2006 02:51:58 -0000 1.80 @@ -1005,7 +1005,7 @@ */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 0 -#define XML_MICRO_VERSION 0 +#define XML_MICRO_VERSION 1 #ifdef __cplusplus }