Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-03-20 20:10:35 +00:00
parent bfe3811459
commit ca206115ff
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 = "20180316";
const char* VERSION = "20180320";
#endif