ede/ede-bug-tools/ede-bug-report/xmlrpc-c/src/version.c
2009-07-03 14:23:51 +00:00

8 lines
242 B
C

#include "version.h"
#include "xmlrpc-c/base.h"
unsigned int const xmlrpc_version_major = XMLRPC_VERSION_MAJOR;
unsigned int const xmlrpc_version_minor = XMLRPC_VERSION_MINOR;
unsigned int const xmlrpc_version_point = XMLRPC_VERSION_POINT;