Update the version date.

This commit is contained in:
Jonathan Naylor 2016-02-02 20:05:50 +00:00
parent 9e5664ccc5
commit c5e28c3941

View file

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