As we remove VS2012 support, we release as OpenMesh 8.0
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
#define OM_VERSION 0x70200
|
||||
#define OM_VERSION 0x80000
|
||||
//#define OM_VERSION 0x70200
|
||||
|
||||
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
|
||||
#define OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8)
|
||||
|
||||
Reference in New Issue
Block a user