Re-organise the UDP handling.

This commit is contained in:
Jonathan Naylor 2024-02-02 11:35:07 +00:00
parent 11683af7e4
commit 2b81fe225b
2 changed files with 10 additions and 10 deletions

View file

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