Fix M17 bug spotted by nostar.

This commit is contained in:
Jonathan Naylor
2020-11-13 09:24:37 +00:00
parent bb5e20538d
commit 021c0fea4d
2 changed files with 2 additions and 2 deletions

View File

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