From 9eae28a2a1231629452e8d0907cd29f3a43ab8cd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 24 Jun 2003 23:34:45 +0000
Subject: [PATCH] small changes for 1.45.1

---
 Makefile              |  6 +++---
 doc/VERSIONS          |  8 +++++---
 doc/gmsh.html         | 12 ++++++------
 doc/texinfo/gmsh.texi |  4 ++--
 4 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/Makefile b/Makefile
index a0998ab07b..87ace6c61a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.292 2003-06-23 16:52:17 geuzaine Exp $
+# $Id: Makefile,v 1.293 2003-06-24 23:34:45 geuzaine Exp $
 #
 # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 #
@@ -22,8 +22,8 @@
 include variables
 
 GMSH_MAJOR_VERSION = 1
-GMSH_MINOR_VERSION = 46
-GMSH_PATCH_VERSION = 0
+GMSH_MINOR_VERSION = 45
+GMSH_PATCH_VERSION = 1
 
 GMSH_VERSION_FILE = Common/GmshVersion.h
 GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 320db17239..72a6d99188 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,7 +1,9 @@
-$Id: VERSIONS,v 1.151 2003-06-23 16:52:17 geuzaine Exp $
+$Id: VERSIONS,v 1.152 2003-06-24 23:34:45 geuzaine Exp $
 
-New in 1.46: small bug fixes (crash for very long command lines); new
-options for setting the displacement factor and Triangle's parameters;
+New since 1.45.0: fix crash for very long command lines; new options
+for setting the displacement factor and Triangle's parameters +
+renamed a couple of options to more sensible names (View.VectorType,
+View.ArrowSize); documentation update;
 
 New in 1.45: small bug fixes (min/max computation for tensor views,
 missing physical points in read mesh, "jumping" geometry during
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 4570d4f1f8..697d17d909 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -26,7 +26,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 <a href="doc/VERSIONS">1.46</a>, 14 June 2003</h3>
+<h3 align=center>Version <a href="doc/VERSIONS">1.45</a>, 14 June 2003</h3>
 <p>
 <center>
   <a href="#Description">Description</a> |
@@ -123,11 +123,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files
 are included in the archives.
 
 <ul>
-<li><a href="/gmsh/bin/Windows/gmsh-1.46.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.46.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.46.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
-<li><a href="/gmsh/bin/MacOSX/gmsh-1.46.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
-<li><a href="/gmsh/src/gmsh-1.46.0-source.tgz">Source tarball (all platforms)</a>
+<li><a href="/gmsh/bin/Windows/gmsh-1.45.1-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.45.1-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.45.1-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
+<li><a href="/gmsh/bin/MacOSX/gmsh-1.45.1-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
+<li><a href="/gmsh/src/gmsh-1.45.1-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 0831804013..5ed36301c3 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.70 2003-06-24 01:39:02 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.71 2003-06-24 23:34:45 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 @c
@@ -47,7 +47,7 @@
 @c %**start of header
 @setfilename        gmsh.info
 @set EDITION        1.10
-@set GMSH-VERSION   1.46
+@set GMSH-VERSION   1.45
 @set GMSH-WEB       @uref{http://www.geuz.org/gmsh/}
 @set COPYRIGHT      @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
 @c
-- 
GitLab