Add some extra logging and update the copyright message.

This commit is contained in:
Jonathan Naylor 2026-04-02 15:15:25 +01:00
parent c8625f7664
commit 49efab54ba
2 changed files with 3 additions and 2 deletions

View file

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