Updated Version to 9.1
This commit is contained in:
@@ -9,7 +9,7 @@ enable_testing()
|
|||||||
|
|
||||||
|
|
||||||
project (OpenMesh
|
project (OpenMesh
|
||||||
VERSION 9.0.0
|
VERSION 9.1.0
|
||||||
LANGUAGES C CXX )
|
LANGUAGES C CXX )
|
||||||
|
|
||||||
# Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher
|
# Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
|
<tr valign=top><td><b>9.1</b> (?/?/?)</td><td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr valign=top><td><b>9.0</b> (2022/01/18)</td><td>
|
<tr valign=top><td><b>9.0</b> (2022/01/18)</td><td>
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
#define OM_VERSION 0x90000
|
#define OM_VERSION 0x90100
|
||||||
//#define OM_VERSION 0x70200
|
//#define OM_VERSION 0x70200
|
||||||
|
|
||||||
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
|
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
|
||||||
|
|||||||
Reference in New Issue
Block a user