Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
a6d50c11
Commit
a6d50c11
authored
May 29, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to new version
parent
206da010
Pipeline
#7136
passed with stages
in 111 minutes and 44 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
Doc/changelog.docu
Doc/changelog.docu
+5
-0
README.md
README.md
+1
-1
VERSION
VERSION
+2
-2
cmake/FindOpenMesh.cmake
cmake/FindOpenMesh.cmake
+1
-0
src/OpenMesh/Core/System/config.h
src/OpenMesh/Core/System/config.h
+1
-1
No files found.
Doc/changelog.docu
View file @
a6d50c11
...
...
@@ -7,6 +7,11 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>7.2</b> (?/?/?)</td><td>
</tr>
<tr valign=top><td><b>7.1</b> (2018/05/29)</td><td>
<b>IO</b>
...
...
README.md
View file @
a6d50c11
# OpenMesh, 7.
1
# OpenMesh, 7.
2
[

](https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)
...
...
VERSION
View file @
a6d50c11
VERSION=7.
1
VERSION=7.
2
MAJOR=7
MINOR=
1
MINOR=
2
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
a6d50c11
...
...
@@ -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 7.2"
"C:/Program Files/OpenMesh 7.1"
"C:/Program Files/OpenMesh 7.0"
"C:/Program Files/OpenMesh 6.3"
...
...
src/OpenMesh/Core/System/config.h
View file @
a6d50c11
...
...
@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x70
1
00
#define OM_VERSION 0x70
2
00
#define OM_GET_VER ((OM_VERSION & 0xf0000) >> 16)
#define OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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