Move to OpenMesh 8.1 version numbers

This commit is contained in:
Jan Möbius
2019-02-21 14:11:34 +01:00
parent 37be8f8b05
commit c7107e1f97
5 changed files with 11 additions and 4 deletions

View File

@@ -6,6 +6,9 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>8.1</b> (?/?/?)</td><td>
</tr>
<tr valign=top><td><b>8.0</b> (2019/02/21)</td><td>

View File

@@ -1,4 +1,4 @@
# OpenMesh, 8.0
# OpenMesh, 8.1
[![](https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/badges/master/pipeline.svg)](https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)
@@ -17,6 +17,8 @@ https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
## Download Binaries
The following binaries are created from the latest master. They are automatically tested and deployed.
### Windows
| Visual Studio Version: | 2017 | 2015 |

View File

@@ -1,6 +1,6 @@
VERSION=8.0
VERSION=8.1
MAJOR=8
MINOR=0
MINOR=1
PATCH=0
ID=OPENMESH

View File

@@ -63,6 +63,7 @@ IF (NOT OPENMESH_FOUND)
"${CMAKE_SOURCE_DIR}/OpenMesh/src/OpenMesh"
"${CMAKE_SOURCE_DIR}/libs_required/OpenMesh/src/OpenMesh"
"${CMAKE_SOURCE_DIR}/../OpenMesh/src/OpenMesh"
"C:/Program Files/OpenMesh 8.1"
"C:/Program Files/OpenMesh 8.0"
"C:/Program Files/OpenMesh 7.2"
"C:/Program Files/OpenMesh 7.1"
@@ -85,6 +86,7 @@ IF (NOT OPENMESH_FOUND)
"C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.0/include"
"C:/libs/OpenMesh 8.1"
"C:/libs/OpenMesh 8.0"
"C:/libs/OpenMesh 7.1"
"C:/libs/OpenMesh 7.0"

View File

@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x80000
#define OM_VERSION 0x80100
//#define OM_VERSION 0x70200
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)