Add the Kerchunk TX parameter.

This commit is contained in:
Jonathan Naylor
2020-06-20 20:44:02 +01:00
parent 85751e0c51
commit f936a6c5b6
7 changed files with 23 additions and 4 deletions

View File

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