mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
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;
|