Regenerate the FICH correctly.

This commit is contained in:
Jonathan Naylor
2020-10-13 10:07:31 +01:00
parent eb2510898d
commit c1171bc052
4 changed files with 40 additions and 5 deletions

View File

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