bump api version

This commit is contained in:
Simon Stürz 2015-07-05 20:46:46 +02:00 committed by Michael Zanetti
parent 1688a6b24c
commit c6331465eb
2 changed files with 2 additions and 2 deletions

View File

@ -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}\\\"

View File

@ -1,4 +1,4 @@
27
28
{
"methods": {
"Actions.ExecuteAction": {