The beginnings of simple System Fusion support.

This commit is contained in:
Jonathan Naylor
2016-02-04 19:17:39 +00:00
parent 87322b631b
commit f2f2866d15
14 changed files with 391 additions and 7 deletions

View File

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