Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-06-21 18:28:54 +01:00
parent a196abdd56
commit 62ddc3206d

View file

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