blob: c286966089c5b91fafaa6d25416cf394494f45be (
plain) (
blame)
1
2
3
4
5
6
7
|
#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;
|