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
c9510459
Commit
c9510459
authored
Jul 11, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 6.3 development
parent
00b7d518
Pipeline
#2302
passed with stage
in 75 minutes and 15 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
4 deletions
+11
-4
.gitignore
.gitignore
+1
-0
Doc/changelog.docu
Doc/changelog.docu
+4
-0
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.
.gitignore
View file @
c9510459
...
...
@@ -2,3 +2,4 @@
.cproject
CMakeLists.txt.user
build*
*.swp
Doc/changelog.docu
View file @
c9510459
...
...
@@ -7,6 +7,10 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>6.3</b> (?/?/?)</td><td>
</tr>
<tr valign=top><td><b>6.2</b> (2016/07/11)</td><td>
<b>General</b>
...
...
README.md
View file @
c9510459
# OpenMesh, 6.
2
# OpenMesh, 6.
3
## Getting OpenMesh
...
...
VERSION
View file @
c9510459
VERSION=6.
2
VERSION=6.
3
MAJOR=6
MINOR=
2
MINOR=
3
PATCH=0
ID=OPENMESH
cmake/FindOpenMesh.cmake
View file @
c9510459
...
...
@@ -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.3"
"C:/Program Files/OpenMesh 6.2"
"C:/Program Files/OpenMesh 6.1"
"C:/Program Files/OpenMesh 6.0"
...
...
@@ -80,6 +81,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.3"
"C:/libs/OpenMesh 6.2"
"C:/libs/OpenMesh 6.1"
"C:/libs/OpenMesh 6.0"
...
...
src/OpenMesh/Core/System/config.h
View file @
c9510459
...
...
@@ -65,7 +65,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x60
2
00
#define OM_VERSION 0x60
3
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