Small updates and a timing improvement.

This commit is contained in:
Jonathan Naylor
2016-02-19 06:21:40 +00:00
parent f0d63c31c3
commit ac82c4f6bc
4 changed files with 49 additions and 24 deletions

View File

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