Display the modes in the log more nicely.

This commit is contained in:
Jonathan Naylor
2020-11-10 09:40:54 +00:00
parent 3d489096cd
commit f1dda251c3
2 changed files with 22 additions and 10 deletions

View File

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