As we remove VS2012 support, we release as OpenMesh 8.0

This commit is contained in:
Jan Möbius
2018-10-30 10:06:20 +01:00
parent 914612022f
commit 62934cbd6e
6 changed files with 11 additions and 8 deletions

View File

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