Updated to 7.1 release candidate version

This commit is contained in:
Jan Möbius
2018-04-19 12:59:45 +02:00
parent ab07fbb70e
commit d097d916e5
4 changed files with 19 additions and 8 deletions

View File

@@ -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)