diff --git a/Liam/Definition.h b/Liam/Definition.h index 0529d40..f34c2fb 100644 --- a/Liam/Definition.h +++ b/Liam/Definition.h @@ -104,8 +104,8 @@ const int IDLE = 6; #define MAJOR_VERSION 5 -#define MINOR_VERSION_1 2 -#define MINOR_VERSION_2 2 +#define MINOR_VERSION_1 4 +#define MINOR_VERSION_2 0 // A bit of macro magic to make a string out of the version number // The preprocessor works in mysterious ways...