Bump API version to 8.3
This commit is contained in:
parent
74ae874ae9
commit
cf681c15c6
@ -11,7 +11,7 @@ isEmpty(NYMEA_VERSION) {
|
|||||||
|
|
||||||
# define protocol versions
|
# define protocol versions
|
||||||
JSON_PROTOCOL_VERSION_MAJOR=8
|
JSON_PROTOCOL_VERSION_MAJOR=8
|
||||||
JSON_PROTOCOL_VERSION_MINOR=2
|
JSON_PROTOCOL_VERSION_MINOR=3
|
||||||
JSON_PROTOCOL_VERSION="$${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}"
|
JSON_PROTOCOL_VERSION="$${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}"
|
||||||
LIBNYMEA_API_VERSION_MAJOR=9
|
LIBNYMEA_API_VERSION_MAJOR=9
|
||||||
LIBNYMEA_API_VERSION_MINOR=0
|
LIBNYMEA_API_VERSION_MINOR=0
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
8.2
|
8.3
|
||||||
{
|
{
|
||||||
"enums": {
|
"enums": {
|
||||||
"BasicType": [
|
"BasicType": [
|
||||||
@ -34,7 +34,8 @@
|
|||||||
"ConfigurationErrorInvalidPort",
|
"ConfigurationErrorInvalidPort",
|
||||||
"ConfigurationErrorInvalidHostAddress",
|
"ConfigurationErrorInvalidHostAddress",
|
||||||
"ConfigurationErrorBluetoothHardwareNotAvailable",
|
"ConfigurationErrorBluetoothHardwareNotAvailable",
|
||||||
"ConfigurationErrorInvalidCertificate"
|
"ConfigurationErrorInvalidCertificate",
|
||||||
|
"ConfigurationErrorUnsupported"
|
||||||
],
|
],
|
||||||
"CreateMethod": [
|
"CreateMethod": [
|
||||||
"CreateMethodUser",
|
"CreateMethodUser",
|
||||||
|
|||||||
Reference in New Issue
Block a user