[Expat-checkins] CVS: expat/lib expat.h,1.10,1.11

Fred L. Drake fdrake@users.sourceforge.net
Wed, 24 Jan 2001 11:37:38 -0800


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31065

Modified Files:
	expat.h 
Log Message:

Add definitions of XML_MAJOR_VERSION, XML_MINOR_VERSION, and
XML_MICRO_VERSION.  These contain version-specific information, but
this header is about to become a generated file, so that's ok.


Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** expat.h	2000/12/27 19:37:37	1.10
--- expat.h	2001/01/24 19:37:36	1.11
***************
*** 718,721 ****
--- 718,725 ----
  XML_ExpatVersionInfo(void);
  
+ #define XML_MAJOR_VERSION 1
+ #define XML_MINOR_VERSION 95
+ #define XML_MICRO_VERSION 2
+ 
  #ifdef __cplusplus
  }