diff --git a/CHANGELOG b/CHANGELOG index e4e353a9..227925b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ #============================================================================================ +OpenMesh 2.0.1 ( Rev 360 ): +* Core +- Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch) +* Build System +- Updated debian dir (thanks to Jean Pierre Charalambos) OpenMesh 2.0 ( Rev 356 ): diff --git a/Doc/history.docu b/Doc/history.docu index 5e16b3cc..c538b796 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,6 +7,20 @@ + +2.0.1 (?/?/?,Rev.360) +Core + + +Build System + + + + 2.0 (2010/12/21,Rev.356) Core diff --git a/VERSION b/VERSION index 4aaf359c..2ac325f1 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ VERSION=2.0 MAJOR=2 MINOR=0 -PATCH=0 +PATCH=1 ID=OPENMESH