Bump the version date.

This commit is contained in:
Jonathan Naylor 2017-07-19 20:10:49 +01:00
parent cf170a571c
commit 16586b1d3e

View file

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