xmlversion.h revision d46ee884c41b808b239563b1978468aae12e33a2
/*
* Include a proper pre-generated xmlversion file.
* Note that configuration scripts will overwrite this file using a
* xmlversion.h.in template.
*/
#ifdef WIN32
#include <win32xmlversion.h>
#else
#include <libxml/xmlversion-default.h>
#endif