Increment minor
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
|
|
||||||
int const Globals::gen = 0;
|
int const Globals::gen = 0;
|
||||||
int const Globals::major = 100;
|
int const Globals::major = 0;
|
||||||
int const Globals::minor = 4;
|
int const Globals::minor = 105;
|
||||||
int const Globals::patch = 3;
|
int const Globals::patch = 0;
|
||||||
int Globals::surfaceId = 2;
|
int Globals::surfaceId = 2;
|
||||||
//bool Globals::showMouse = true;
|
//bool Globals::showMouse = true;
|
||||||
bool Globals::useMousePoint = false;
|
bool Globals::useMousePoint = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user