From c6331465eb8f6b2343218865fb2203911cb3831b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Sun, 5 Jul 2015 20:46:46 +0200 Subject: [PATCH] bump api version --- guh.pri | 2 +- tests/auto/api.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guh.pri b/guh.pri index 9ca85cfb..dff7a0dd 100644 --- a/guh.pri +++ b/guh.pri @@ -2,7 +2,7 @@ GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"') # define JSON protocol version -JSON_PROTOCOL_VERSION=27 +JSON_PROTOCOL_VERSION=28 DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" JSON_PROTOCOL_VERSION=\\\"$${JSON_PROTOCOL_VERSION}\\\" diff --git a/tests/auto/api.json b/tests/auto/api.json index 3aecb62f..48037efb 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -27 +28 { "methods": { "Actions.ExecuteAction": {