mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
8 lines
242 B
C
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;
|