Reintroduce [NXDN Network]::Protocol config item, as it got deleted at some point.

Fix nullptr instead of NULL argument usage in getaddrinfo().
Bump version.
This commit is contained in:
Daniel Caujolle-Bert
2025-06-07 17:31:46 +02:00
parent 2b69832d16
commit 2e24ba1f41
3 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20250529";
const char* VERSION = "20250607";
#endif