Add the new EOF frame.

This commit is contained in:
Jonathan Naylor
2021-08-19 20:44:15 +01:00
parent 8e34cab68b
commit e1b164de70
3 changed files with 107 additions and 12 deletions

View File

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