Copying ede-bug-report from branches in trunk

This commit is contained in:
Sanel Zukan
2009-07-03 14:23:51 +00:00
parent bfed428c37
commit 66e586f37f
138 changed files with 35380 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/*
* In original xmlrpc-c distribution, version.h is generated across multiple directories.
* To avoid that here, everything versioned is placed here
*/
#define XMLRPC_MAJOR_RELEASE 1
#define XMLRPC_MINOR_RELEASE 16
#define XMLRPC_POINT_RELEASE 16
#define XMLRPC_VERSION_MAJOR XMLRPC_MAJOR_RELEASE
#define XMLRPC_VERSION_MINOR XMLRPC_MINOR_RELEASE
#define XMLRPC_VERSION_POINT XMLRPC_POINT_RELEASE
#define XMLRPC_C_VERSION "Xmlrpc-c 1.16.17"