Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
c7107e1f
Commit
c7107e1f
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to OpenMesh 8.1 version numbers
parent
37be8f8b
Pipeline
#8777
passed with stage
in 79 minutes and 49 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
Doc/changelog.docu
Doc/changelog.docu
+3
-0
README.md
README.md
+3
-1
VERSION
VERSION
+2
-2
cmake/FindOpenMesh.cmake
cmake/FindOpenMesh.cmake
+2
-0
src/OpenMesh/Core/System/config.h
src/OpenMesh/Core/System/config.h
+1
-1
No files found.
Doc/changelog.docu
View file @
c7107e1f
...
...
@@ -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 @
c7107e1f
# 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 @
c7107e1f
VERSION=8.
0
VERSION=8.
1
MAJOR=8
MINOR=
0
MINOR=
1
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
c7107e1f
...
...
@@ -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 @
c7107e1f
...
...
@@ -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
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