Rename SimpleMode to LinkMode.

This commit is contained in:
Jonathan Naylor
2021-09-06 21:47:23 +01:00
parent ded46ebb60
commit cb89b34a39
7 changed files with 21 additions and 21 deletions

View File

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