Change the capabilties of version 1 protocol based systems.

This commit is contained in:
Jonathan Naylor
2021-07-01 07:09:46 +01:00
parent dae05ad58a
commit bc1b84caef
2 changed files with 4 additions and 4 deletions

View File

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