From 5e5f4bfd2549938078babb989d9105611eaed2ce Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 12 Nov 2001 15:58:48 +0000
Subject: [PATCH] *** empty log message ***

---
 Parser/Gmsh.tab.cpp | 2 +-
 Parser/Gmsh.yy.cpp  | 4 ++--
 doc/VERSIONS        | 5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index df438b925f..8a485a3952 100644
--- a/Parser/Gmsh.tab.cpp
+++ b/Parser/Gmsh.tab.cpp
@@ -177,7 +177,7 @@
 #line 1 "Gmsh.y"
  
 
-// $Id: Gmsh.tab.cpp,v 1.126 2001-11-12 13:33:57 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.127 2001-11-12 15:53:52 geuzaine Exp $
 
 #include <stdarg.h>
 #ifndef _NOPLUGIN
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index 8ad8ec2e06..20e22b9a4a 100644
--- a/Parser/Gmsh.yy.cpp
+++ b/Parser/Gmsh.yy.cpp
@@ -2,7 +2,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.126 2001-11-12 13:33:57 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.127 2001-11-12 15:53:52 geuzaine Exp $
  */
 
 #define FLEX_SCANNER
@@ -1000,7 +1000,7 @@ char *yytext;
 #define INITIAL 0
 #line 2 "Gmsh.l"
 
-// $Id: Gmsh.yy.cpp,v 1.126 2001-11-12 13:33:57 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.127 2001-11-12 15:53:52 geuzaine Exp $
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 7b87ec3bcf..5b9bfec238 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,7 +1,8 @@
-$Date: 2001-11-12 11:29:00 $
+$Date: 2001-11-12 15:58:48 $
 
 New in 1.29: Translations and rotations can now be combined in
-extrusions; fixed coherence bug in Extrude Line;
+extrusions; fixed coherence bug in Extrude Line; various small
+bug fixes and additions;
 
 New in 1.28: Corrected the 'Using Progression' attribute for
 tranfinite meshes to actually match a real geometric progression; new
-- 
GitLab