Fix type rewriting bug.

This commit is contained in:
Jonathan Naylor
2020-04-06 16:00:55 +01:00
parent 8f39ca9ece
commit efed75f160
2 changed files with 5 additions and 1 deletions

View File

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