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
46aed2c4
Commit
46aed2c4
authored
May 31, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number for 6.2 development cycle
parent
16a6a6b6
Pipeline
#2204
passed with stage
in 71 minutes and 51 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
Doc/changelog.docu
Doc/changelog.docu
+6
-1
README.md
README.md
+1
-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 @
46aed2c4
...
...
@@ -6,7 +6,12 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>6.1</b> (?/?/?)</td><td>
<tr valign=top><td><b>6.2</b> (?/?/?)</td><td>
</tr>
<tr valign=top><td><b>6.1</b> (2016/05/31)</td><td>
<b>General</b>
<ul>
...
...
README.md
View file @
46aed2c4
# OpenMesh, 6.
1
# OpenMesh, 6.
2
## Getting OpenMesh
...
...
VERSION
View file @
46aed2c4
VERSION=6.
1
VERSION=6.
2
MAJOR=6
MINOR=
1
MINOR=
2
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
46aed2c4
...
...
@@ -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 6.2"
"C:/Program Files/OpenMesh 6.1"
"C:/Program Files/OpenMesh 6.0"
"C:/Program Files/OpenMesh 5.2"
...
...
@@ -79,6 +80,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 6.2"
"C:/libs/OpenMesh 6.1"
"C:/libs/OpenMesh 6.0"
"C:/libs/OpenMesh 5.2"
...
...
src/OpenMesh/Core/System/config.h
View file @
46aed2c4
...
...
@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x60
1
00
#define OM_VERSION 0x60
2
00
//#define OM_VERSION 0x50100
// only defined, if it is a beta version
...
...
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