Updated Version to 9.1

This commit is contained in:
Jan Möbius
2022-01-18 14:34:43 +01:00
parent adebfb1ec0
commit 25c6b34d0e
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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