Bump the version date.

This commit is contained in:
Jonathan Naylor 2016-08-16 17:01:52 +01:00
parent 219a44ed83
commit 37f78e8a44

View file

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