Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-05-22 20:44:21 +01:00
parent 9c3673687d
commit 326d694405

View File

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