Bump JSON-RPC version to 6.7.0
authorgroth-its <groth-its@svn>
Thu, 31 Oct 2013 17:40:40 +0000 (18:40 +0100)
committergroth-its <groth-its@svn>
Thu, 31 Oct 2013 17:40:40 +0000 (18:40 +0100)
addons/xbmc.json/addon.xml
xbmc/interfaces/json-rpc/ServiceDescription.h

index 5fb5c72..b209d7a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.json" version="6.6.0" provider-name="Team XBMC">
+<addon id="xbmc.json" version="6.7.0" provider-name="Team XBMC">
   <backwards-compatibility abi="6.0.0"/>
   <requires>
     <import addon="xbmc.core" version="0.1.0"/>
index fc7a686..e455548 100644 (file)
@@ -22,7 +22,7 @@
 namespace JSONRPC
 {
   const char* const JSONRPC_SERVICE_ID          = "http://xbmc.org/jsonrpc/ServiceDescription.json";
-  const char* const JSONRPC_SERVICE_VERSION     = "6.6.3";
+  const char* const JSONRPC_SERVICE_VERSION     = "6.7.0";
   const char* const JSONRPC_SERVICE_DESCRIPTION = "JSON-RPC API of XBMC";
 
   const char* const JSONRPC_SERVICE_TYPES[] = {