Update version date.

This commit is contained in:
Jonathan Naylor 2016-01-21 21:14:57 +00:00
parent a845f6b6d7
commit fd85b54ba5

View file

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