Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
7ca696cf
Commit
7ca696cf
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Merge branch 'Move-to-8.1' into 'master'
Move to OpenMesh 8.1 version numbers See merge request
!212
parents
37be8f8b
c7107e1f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Doc/changelog.docu
View file @
7ca696cf
...
...
@@ -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>
...
...
README.md
View file @
7ca696cf
# OpenMesh, 8.
0
# OpenMesh, 8.
1
[

](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 |
...
...
VERSION
View file @
7ca696cf
VERSION=8.
0
VERSION=8.
1
MAJOR=8
MINOR=
0
MINOR=
1
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
7ca696cf
...
...
@@ -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"
...
...
src/OpenMesh/Core/System/config.h
View file @
7ca696cf
...
...
@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x80
0
00
#define OM_VERSION 0x80
1
00
//#define OM_VERSION 0x70200
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment