Bumped version to 2.4 after release
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@764 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
|
<tr valign=top><td><b>2.4</b> (?/?/?,Rev.758)</td><td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr valign=top><td><b>2.3</b> (2012/11/12,Rev.758)</td><td>
|
<tr valign=top><td><b>2.3</b> (2012/11/12,Rev.758)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
@@ -42,7 +49,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<b>IO</b>
|
<b>Subdivider</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed typedef problems causing compiler errors</li>
|
<li>Fixed typedef problems causing compiler errors</li>
|
||||||
<li>Removed a wrong assertion in the refine method for vector handles</li>
|
<li>Removed a wrong assertion in the refine method for vector handles</li>
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ gcc 4.3.x<br>
|
|||||||
gcc 4.4.x<br>
|
gcc 4.4.x<br>
|
||||||
gcc 4.5.x<br>
|
gcc 4.5.x<br>
|
||||||
gcc 4.6.x<br>
|
gcc 4.6.x<br>
|
||||||
|
gcc 4.7.x<br>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
<tr><td> Windows </td><td>
|
<tr><td> Windows </td><td>
|
||||||
@@ -60,6 +61,12 @@ gcc 4.0 <br>
|
|||||||
gcc 4.2 <br>
|
gcc 4.2 <br>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
<tr><td> MacOS X <br>(Snow Leopard),... with clang</td><td>
|
||||||
|
XCode 4.3 <br>
|
||||||
|
XCode 4.4 <br>
|
||||||
|
XCode 4.5 <br>
|
||||||
|
</td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
\section req_libs Required libraries (Only for included Apps)
|
\section req_libs Required libraries (Only for included Apps)
|
||||||
|
|||||||
2
README
2
README
@@ -1,4 +1,4 @@
|
|||||||
OpenMesh, 2.3.0
|
OpenMesh, 2.4.0
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
0. Licence
|
0. Licence
|
||||||
|
|||||||
4
VERSION
4
VERSION
@@ -1,6 +1,6 @@
|
|||||||
VERSION=2.3
|
VERSION=2.4
|
||||||
MAJOR=2
|
MAJOR=2
|
||||||
MINOR=3
|
MINOR=4
|
||||||
PATCH=0
|
PATCH=0
|
||||||
ID=OPENMESH
|
ID=OPENMESH
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define OM_VERSION 0x20300
|
#define OM_VERSION 0x20400
|
||||||
|
|
||||||
// only defined, if it is a beta version
|
// only defined, if it is a beta version
|
||||||
//#define OM_VERSION_BETA 4
|
//#define OM_VERSION_BETA 4
|
||||||
|
|||||||
Reference in New Issue
Block a user