Diff for /XML/xmlversion.h.in between versions 1.2 and 1.3

version 1.2, 2000/04/30 09:10:18 version 1.3, 2000/06/29 09:14:56
Line 9 Line 9
 #ifndef __XML_VERSION_H__  #ifndef __XML_VERSION_H__
 #define __XML_VERSION_H__  #define __XML_VERSION_H__
   
   /*
    * use those to be sure nothing nasty will happen if
    * your library and includes mismatch
    */
   extern void xmlCheckVersion(int version);
 #define LIBXML_VERSION @LIBXML_VERSION_NUMBER@  #define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
 #define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"  #define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
   #define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
   
 /*  /*
  * Whether the FTP support is configured in   * Whether the FTP support is configured in

Removed from v.1.2  
changed lines
  Added in v.1.3


Webmaster