aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-02-25 23:44:36 +0100
committermontellese <montellese@xbmc.org>2013-02-27 09:29:40 +0100
commit1146ff996fa0daf74df5a0b5e167728859294330 (patch)
tree8aae9252814404bf6ac0de909f6de158b63c9132
parentbee7aeb42812c21655368923ee1047d8ffbc02da (diff)
jsonrpc: bump version to 6.0.3
-rw-r--r--xbmc/interfaces/json-rpc/ServiceDescription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/json-rpc/ServiceDescription.h b/xbmc/interfaces/json-rpc/ServiceDescription.h
index 8295a3ff90..dc1b225de0 100644
--- a/xbmc/interfaces/json-rpc/ServiceDescription.h
+++ b/xbmc/interfaces/json-rpc/ServiceDescription.h
@@ -22,7 +22,7 @@
namespace JSONRPC
{
const char* const JSONRPC_SERVICE_ID = "http://www.xbmc.org/jsonrpc/ServiceDescription.json";
- const char* const JSONRPC_SERVICE_VERSION = "6.0.2";
+ const char* const JSONRPC_SERVICE_VERSION = "6.0.3";
const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON-RPC API of XBMC";
const char* const JSONRPC_SERVICE_TYPES[] = {