bump jsonrpc version number

This commit is contained in:
Michael Zanetti 2018-08-31 16:44:45 +02:00
parent 922ee3ce49
commit d986537d86
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ NYMEA_PLUGINS_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/
# define protocol versions # define protocol versions
JSON_PROTOCOL_VERSION_MAJOR=1 JSON_PROTOCOL_VERSION_MAJOR=1
JSON_PROTOCOL_VERSION_MINOR=8 JSON_PROTOCOL_VERSION_MINOR=9
REST_API_VERSION=1 REST_API_VERSION=1
DEFINES += NYMEA_VERSION_STRING=\\\"$${NYMEA_VERSION_STRING}\\\" \ DEFINES += NYMEA_VERSION_STRING=\\\"$${NYMEA_VERSION_STRING}\\\" \

View File

@ -1,4 +1,4 @@
1.8 1.9
{ {
"methods": { "methods": {
"Actions.ExecuteAction": { "Actions.ExecuteAction": {