Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-06-25 19:12:30 +01:00
parent 7b50c495bc
commit 31aabe1ddf

View file

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