diff --git a/benchmarks/extrude/Forma_3DCube.geo b/benchmarks/extrude/Forma_3DCube.geo
index 26291125f6f0751e0db0e4e4ebe2e92e37533efa..5b6b79a86e61a06e7db21ff0069f1eed781dff66 100644
--- a/benchmarks/extrude/Forma_3DCube.geo
+++ b/benchmarks/extrude/Forma_3DCube.geo
@@ -13,28 +13,27 @@ Point(2) = {Rint, 0, 0, h};
 Line(1) = {1,2};
 
 Extrude Line {1,{0,1,0}, {0,0,0}, -Pi/2}
-             {Layers{10,5,1}; Recombine; };
+             {Layers{10,1}; Recombine; };
 
 Extrude Line {2,{0,1,0}, {0,0,0}, -Pi/2}
-             {Layers{10,9,1}; Recombine; };
+             {Layers{10,1}; Recombine; };
 
 
 Extrude Surface {5,{0,LG,0}}
-                {Layers{50,2,1}; Recombine;  };
+                {Layers{50,1}; Recombine;  };
 
 
 Extrude Surface {9,{0,LG,0}}
-                {Layers{50,2,1}; Recombine;  };
+                {Layers{50,1}; Recombine;  };
 
 
 
 Extrude Surface {31,{0,0,1}, {RC,LG,0}, -(Pi/2)}
-                {Recombine ; Layers {30,52000,1}; };
+                {Recombine ; Layers {30,1}; };
 Extrude Surface {53,{0,0,1}, {RC,LG,0}, -(Pi/2)}
-                {Recombine ; Layers {30,530000,1}; };
+                {Recombine ; Layers {30,1}; };
 
 Extrude Surface {75,{LG,0,0}}
-                {Recombine; Layers{50,540000,1}; };
+                {Recombine; Layers{50,1}; };
 Extrude Surface {97,{LG,0,0}}
-                {Recombine; Layers{50,550000,1}; };
-
+                {Recombine; Layers{50,1}; };
diff --git a/doc/VERSIONS b/doc/VERSIONS
index d69b0c796327dfb0c88ee21719e8e8b690157b77..77af1c872ec80c05fcd857e5fb727a909e9c5e52 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,12 +1,15 @@
-$Id: VERSIONS,v 1.366 2006-09-08 02:39:43 geuzaine Exp $
-
-2.0: new geometry and mesh databases; complete rewrite of geometry and
-mesh drawing code; complete rewrite of the input/output code (with new
-native binary MSH format and full support for import/export of I-deas
-UNV, Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support
-for incomplete second order elements; new 2D mesh algorithm; option
-changes in the interface are now applied instantenously; lots of
-improvements all over the place.
+$Id: VERSIONS,v 1.367 2006-11-27 05:20:03 geuzaine Exp $
+
+2.0: new geometry and mesh databases, with support for STEP and IGES
+input via OpenCascade; complete rewrite of geometry and mesh drawing
+code; complete rewrite of the input/output code (with new native
+binary MSH format and full support for import/export of I-deas UNV,
+Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for
+incomplete second order elements; new 2D mesh algorithm; removed
+anisotropic algorithm (as well as attractors); removed explicit region
+number specification in extrusions; option changes in the graphical
+interface are now applied instantenously; lots of other improvements
+all over the place.
 
 1.66: added support for offscreen rendering using OSMesa; added
 support for SVG output;