Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-06-13 19:42:51 +01:00
parent 88eacf7422
commit 2e9f9cfdbe

View file

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