Added versioning

This commit is contained in:
andreja6
2018-05-02 17:09:18 -07:00
parent 29dad6bd8d
commit 4fea98467d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
#include "Globals.h"
DataModelInstance* Globals::dataModel = NULL;
int const Globals::gen = 0;
int const Globals::major = 0;
int const Globals::minor = 4;
int const Globals::patch = 2;
Globals::Globals(void)
{