Add the SelfOnly processing for M17.

This commit is contained in:
Jonathan Naylor
2020-10-20 09:40:29 +01:00
parent 9567ac0b20
commit d58a0c53b5
3 changed files with 28 additions and 1 deletions

View File

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