aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-02-17 10:03:47 +0100
committermontellese <montellese@xbmc.org>2012-02-17 10:03:47 +0100
commit937f8ad5279059018516532555200e05f856dba0 (patch)
tree9dc31df2dc4bc0f3f83e3d5cb563191fb9e40ef7
parent69c4159735a3f5b1d7ac7a9522ccd81db3e72eaf (diff)
jsonrpc: bump version to 4 (stable)
-rw-r--r--xbmc/interfaces/json-rpc/ServiceDescription.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/json-rpc/ServiceDescription.h b/xbmc/interfaces/json-rpc/ServiceDescription.h
index facaef1d5a..ca4d4cc5bd 100644
--- a/xbmc/interfaces/json-rpc/ServiceDescription.h
+++ b/xbmc/interfaces/json-rpc/ServiceDescription.h
@@ -23,8 +23,8 @@
namespace JSONRPC
{
const char* const JSONRPC_SERVICE_ID = "http://www.xbmc.org/jsonrpc/ServiceDescription.json";
- const int JSONRPC_SERVICE_VERSION = 3;
- const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON RPC API of XBMC";
+ const int JSONRPC_SERVICE_VERSION = 4;
+ const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON-RPC API of XBMC";
const char* const JSONRPC_SERVICE_TYPES[] = {
"\"Optional.Boolean\": {"