Bump version to 3.2

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1054 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-05-09 12:44:42 +00:00
parent 5104bf5c42
commit 89de6df7b6
5 changed files with 15 additions and 7 deletions

View File

@@ -7,6 +7,15 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>3.2</b> (?/?/?,Rev.1052)</td><td>
<b>IO</b>
<ul>
<li>Silence the readers/writers (Some of them always wrote output to command line).</li>
</ul>
</tr>
<tr valign=top><td><b>3.1</b> (2014/05/09,Rev.1050)</td><td>
<b>Core</b>
@@ -54,8 +63,6 @@
<li>Added OpenMesh finder. Closes 959</li>
</ul>
</tr>
<tr valign=top><td><b>3.0</b> (2014/02/05,Rev.990)</td><td>

2
README
View File

@@ -1,4 +1,4 @@
OpenMesh, 3.1
OpenMesh, 3.2
~~~~~~~~~~~~~~~
0. Licence

View File

@@ -1,6 +1,6 @@
VERSION=3.1
VERSION=3.2
MAJOR=3
MINOR=1
MINOR=2
PATCH=0
ID=OPENMESH

View File

@@ -56,11 +56,13 @@ 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 3.2"
"C:/Program Files/OpenMesh 3.1"
"C:/Program Files/OpenMesh 3.0"
"C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.0/include"
"C:/libs/OpenMesh 3.2"
"C:/libs/OpenMesh 3.1"
"C:/libs/OpenMesh 3.0"
"C:/libs/OpenMesh 2.4.1"

View File

@@ -57,8 +57,7 @@
// ----------------------------------------------------------------------------
#define OM_VERSION 0x30100
//#define OM_VERSION 0x20400
#define OM_VERSION 0x30200
// only defined, if it is a beta version
//#define OM_VERSION_BETA 4