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
|
||||
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}"
|
||||
LIBNYMEA_API_VERSION_MAJOR=9
|
||||
LIBNYMEA_API_VERSION_MINOR=0
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
8.2
|
||||
8.3
|
||||
{
|
||||
"enums": {
|
||||
"BasicType": [
|
||||
@ -34,7 +34,8 @@
|
||||
"ConfigurationErrorInvalidPort",
|
||||
"ConfigurationErrorInvalidHostAddress",
|
||||
"ConfigurationErrorBluetoothHardwareNotAvailable",
|
||||
"ConfigurationErrorInvalidCertificate"
|
||||
"ConfigurationErrorInvalidCertificate",
|
||||
"ConfigurationErrorUnsupported"
|
||||
],
|
||||
"CreateMethod": [
|
||||
"CreateMethodUser",
|
||||
|
||||
Reference in New Issue
Block a user