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
c70cdc21
Commit
c70cdc21
authored
Oct 06, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped development version to 7.0
parent
0c6b4831
Pipeline
#3003
passed with stage
in 23 minutes and 15 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
6 deletions
+14
-6
Doc/changelog.docu
Doc/changelog.docu
+6
-0
README.md
README.md
+1
-1
VERSION
VERSION
+3
-3
cmake/FindOpenMesh.cmake
cmake/FindOpenMesh.cmake
+2
-0
src/OpenMesh/Core/System/config.h
src/OpenMesh/Core/System/config.h
+2
-2
No files found.
Doc/changelog.docu
View file @
c70cdc21
...
...
@@ -6,6 +6,12 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>7.0</b> (?/?/?)</td><td>
</tr>
<tr valign=top><td><b>6.3</b> (2016/10/04)</td><td>
...
...
README.md
View file @
c70cdc21
# OpenMesh,
6.3
# OpenMesh,
7.0
## Getting OpenMesh
...
...
VERSION
View file @
c70cdc21
VERSION=
6.3
MAJOR=
6
MINOR=
3
VERSION=
7.0
MAJOR=
7
MINOR=
0
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
c70cdc21
...
...
@@ -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.0"
"C:/Program Files/OpenMesh 6.3"
"C:/Program Files/OpenMesh 6.2"
"C:/Program Files/OpenMesh 6.1"
...
...
@@ -81,6 +82,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 7.0"
"C:/libs/OpenMesh 6.3"
"C:/libs/OpenMesh 6.2"
"C:/libs/OpenMesh 6.1"
...
...
src/OpenMesh/Core/System/config.h
View file @
c70cdc21
...
...
@@ -65,8 +65,8 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x
603
00
//#define OM_VERSION 0x
501
00
#define OM_VERSION 0x
700
00
//#define OM_VERSION 0x
603
00
// only defined, if it is a beta version
//#define OM_VERSION_BETA 4
...
...
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