Bump the version date.

This commit is contained in:
Jonathan Naylor 2017-05-02 21:03:49 +01:00
parent 1861a0a21e
commit eb4d559230

View file

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