Fix the M17 convolution.

This commit is contained in:
Jonathan Naylor
2021-08-11 18:42:15 +01:00
parent e2e5ddf4c8
commit 14bf5007d5
3 changed files with 12 additions and 33 deletions

View File

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