Bump the version date.

This commit is contained in:
Jonathan Naylor 2017-04-06 18:13:21 +01:00
parent 93c5a9bab9
commit ebf03f1e20

View file

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