From f26ec0fa47e5ad7cc4a7e9de2953368a1ca9ebad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 12 Mar 2015 16:05:49 +0100 Subject: [PATCH] bump api version --- server/jsonrpc/jsonrpcserver.cpp | 2 +- tests/auto/api.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/jsonrpc/jsonrpcserver.cpp b/server/jsonrpc/jsonrpcserver.cpp index 2deaf589..1c3ab8f0 100644 --- a/server/jsonrpc/jsonrpcserver.cpp +++ b/server/jsonrpc/jsonrpcserver.cpp @@ -44,7 +44,7 @@ #include #include -#define JSON_PROTOCOL_VERSION 16 +#define JSON_PROTOCOL_VERSION 17 JsonRPCServer::JsonRPCServer(QObject *parent): JsonHandler(parent), diff --git a/tests/auto/api.json b/tests/auto/api.json index 4b78b4d9..371bb789 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -16 +17 { "methods": { "Actions.ExecuteAction": { @@ -607,7 +607,7 @@ "RuleErrorInvalidParameter", "RuleErrorInvalidRuleFormat", "RuleErrorMissingParameter", - "RuleErrorInvalidRuleActionPatameter" + "RuleErrorInvalidRuleActionParameter" ], "SetupMethod": [ "SetupMethodJustAdd",