Hopefully fix some compilation problems.

This commit is contained in:
Jonathan Naylor 2026-02-26 13:55:01 +00:00
parent 4b2d6cf891
commit b048a2929f
2 changed files with 27 additions and 26 deletions

View file

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