Added versioning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user