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:
Jan Möbius
2012-11-12 14:46:20 +00:00
parent c35cbed5c8
commit 8a650cd761
5 changed files with 19 additions and 5 deletions

View File

@@ -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>
<b>Core</b>
@@ -42,7 +49,7 @@
</ul>
<b>IO</b>
<b>Subdivider</b>
<ul>
<li>Fixed typedef problems causing compiler errors</li>
<li>Removed a wrong assertion in the refine method for vector handles</li>

View File

@@ -48,6 +48,7 @@ gcc 4.3.x<br>
gcc 4.4.x<br>
gcc 4.5.x<br>
gcc 4.6.x<br>
gcc 4.7.x<br>
</td></tr>
<tr><td> Windows </td><td>
@@ -60,6 +61,12 @@ gcc 4.0 <br>
gcc 4.2 <br>
</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>
\section req_libs Required libraries (Only for included Apps)

2
README
View File

@@ -1,4 +1,4 @@
OpenMesh, 2.3.0
OpenMesh, 2.4.0
~~~~~~~~~~~~~~~
0. Licence

View File

@@ -1,6 +1,6 @@
VERSION=2.3
VERSION=2.4
MAJOR=2
MINOR=3
MINOR=4
PATCH=0
ID=OPENMESH

View File

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