Fix compilation bug and add lost start call.

This commit is contained in:
Jonathan Naylor
2024-10-31 17:29:23 +00:00
parent 14318030ae
commit 724a44e0c4
2 changed files with 10 additions and 3 deletions

View File

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