Bump the version date.

This commit is contained in:
Jonathan Naylor
2017-10-06 10:10:17 +01:00
parent eed90b9b58
commit b4b9860ad9
2 changed files with 3 additions and 3 deletions

View File

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