Add the COSInvert parameter.

This commit is contained in:
Jonathan Naylor
2020-05-06 11:26:54 +01:00
parent da0f1a6a76
commit 5410ca3ce8
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 = "20200504";
const char* VERSION = "20200506";
#endif