Bump the version date.

This commit is contained in:
Jonathan Naylor 2016-04-28 19:01:52 +01:00
parent a41cd74c94
commit c54336c330
1 changed files with 1 additions and 1 deletions

View File

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