Small cleanups.

This commit is contained in:
Jonathan Naylor
2020-08-30 14:54:51 +01:00
parent 2349520964
commit 132fb62d56
2 changed files with 1 additions and 4 deletions

View File

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