From c0cb9ac2e79630848e4ed24c4321234f5aa8e4b4 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 11 Jul 2017 00:04:54 +0200 Subject: [PATCH] bump json version --- guh.pri | 2 +- tests/auto/api.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/guh.pri b/guh.pri index a34adec5..fddb2ed5 100644 --- a/guh.pri +++ b/guh.pri @@ -5,7 +5,7 @@ GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"') GUH_PLUGINS_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/guh/plugins/ # define protocol versions -JSON_PROTOCOL_VERSION=47 +JSON_PROTOCOL_VERSION=48 REST_API_VERSION=1 DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \ diff --git a/tests/auto/api.json b/tests/auto/api.json index bed9cf47..35e057fb 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -47 +48 { "methods": { "Actions.ExecuteAction": { @@ -955,6 +955,9 @@ "$ref:EventType" ], "id": "Uuid", + "interfaces": [ + "String" + ], "name": "String", "o:criticalStateTypeId": "Uuid", "o:primaryActionTypeId": "Uuid",