Compilation warning fixes.

This commit is contained in:
Jonathan Naylor 2026-02-19 16:17:03 +00:00
parent ca24f49998
commit eda98ae163
2 changed files with 3 additions and 4 deletions

View file

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