Bump API version to 8.3

This commit is contained in:
Simon Stürz 2025-10-13 14:35:08 +02:00
parent 74ae874ae9
commit cf681c15c6
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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",