From 21a28d326e2570fc33e14b675aceaf8f2134fbae Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 28 Jan 2006 21:16:36 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile                     |  6 +++---
 Parser/Gmsh.tab.cpp          |  2 +-
 Parser/Gmsh.yy.cpp           |  4 ++--
 doc/gmsh.html                | 12 ++++++------
 doc/texinfo/gmsh.texi        |  6 +++---
 doc/texinfo/opt_general.texi |  2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Makefile b/Makefile
index 51708ba04f..656a4ba448 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.409 2006-01-16 17:58:00 geuzaine Exp $
+# $Id: Makefile,v 1.410 2006-01-28 21:16:36 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -22,8 +22,8 @@
 include variables
 
 GMSH_MAJOR_VERSION = 1
-GMSH_MINOR_VERSION = 62
-GMSH_PATCH_VERSION = 1
+GMSH_MINOR_VERSION = 63
+GMSH_PATCH_VERSION = 0
 GMSH_EXTRA_VERSION = "-cvs"
 
 GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 2956085aac..59d37ad935 100644
--- a/Parser/Gmsh.tab.cpp
+++ b/Parser/Gmsh.tab.cpp
@@ -125,7 +125,7 @@
 
 #line 1 "Gmsh.y"
 
-// $Id: Gmsh.tab.cpp,v 1.250 2006-01-28 21:13:35 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.251 2006-01-28 21:16:36 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index 9120412bce..ec2290eff9 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.249 2006-01-28 21:13:36 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.250 2006-01-28 21:16:36 geuzaine Exp $
  */
 
 #define FLEX_SCANNER
@@ -725,7 +725,7 @@ char *yytext;
 #line 1 "Gmsh.l"
 #define INITIAL 0
 #line 2 "Gmsh.l"
-// $Id: Gmsh.yy.cpp,v 1.249 2006-01-28 21:13:36 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.250 2006-01-28 21:16:36 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 2c908b9b6e..942f296fa5 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -25,7 +25,7 @@ generator with built-in pre- and post-processing facilities</h1>
 <p>
 <h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3>
 <p>
-<h3 align=center>Version 1.62, January 15 2006</h3>
+<h3 align=center>Version 1.63, ? 2006</h3>
 <p>
 <center>
   <a href="#Description">Description</a> |
@@ -120,11 +120,11 @@ Linux and Mac OS X. The tutorial and demo files are included in the
 archives.
 
 <ul>
-<li><a href="/gmsh/bin/Windows/gmsh-1.62.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.62.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.62.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> 
-<li><a href="/gmsh/bin/MacOSX/gmsh-1.62.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.3.9)</a>
-<li><a href="/gmsh/src/gmsh-1.62.0-source.tgz">Source tarball (all platforms)</a>
+<li><a href="/gmsh/bin/Windows/gmsh-1.63.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.63.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.63.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> 
+<li><a href="/gmsh/bin/MacOSX/gmsh-1.63.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.3.9)</a>
+<li><a href="/gmsh/src/gmsh-1.63.0-source.tgz">Source tarball (all platforms)</a>
     <a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
 </ul>
 
diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index c5b2aa11ee..f268e895c0 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -1,5 +1,5 @@
 \input texinfo.tex @c -*-texinfo-*-
-@c $Id: gmsh.texi,v 1.196 2006-01-14 22:32:58 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.197 2006-01-28 21:16:36 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 @c
@@ -37,8 +37,8 @@
 @c =========================================================================
 @c %**start of header
 @setfilename        gmsh.info
-@set EDITION        1.33
-@set GMSH-VERSION   1.62
+@set EDITION        1.34
+@set GMSH-VERSION   1.63
 @set COPYRIGHT      @copyright{} 1997-2006 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
 @c
 @settitle Gmsh @value{GMSH-VERSION}
diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi
index 701275b191..033676afe2 100644
--- a/doc/texinfo/opt_general.texi
+++ b/doc/texinfo/opt_general.texi
@@ -166,7 +166,7 @@ Saved in: @code{General.OptionsFileName}
 
 @item General.BackgroundGradient
 Draw background gradient (0=none, 1=vertical, 2=horizontal, 3=radial)@*
-Default value: @code{0}@*
+Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.Clip0
-- 
GitLab