Updated to 7.1 release candidate version
This commit is contained in:
@@ -65,11 +65,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
#define OM_VERSION 0x70000
|
||||
//#define OM_VERSION 0x60300
|
||||
|
||||
// only defined, if it is a beta version
|
||||
//#define OM_VERSION_BETA 4
|
||||
#define OM_VERSION 0x70100
|
||||
|
||||
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
|
||||
#define OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8)
|
||||
|
||||
Reference in New Issue
Block a user