Bump the version date.

This commit is contained in:
Jonathan Naylor 2016-04-12 21:46:01 +01:00
parent 4ff6c0ad53
commit fe9a503319

View file

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