From f6a496aa5ace0b9e7fba310dbd2135350c4f57da Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 19 Apr 2003 04:17:09 +0000
Subject: [PATCH] 1.44

---
 Makefile      |  4 ++--
 doc/VERSIONS  |  5 +++--
 doc/gmsh.html | 12 ++++++------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index 68386394a3..b478b98726 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.281 2003-04-15 05:05:10 geuzaine Exp $
+# $Id: Makefile,v 1.282 2003-04-19 04:17:09 geuzaine Exp $
 #
 # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 #
@@ -22,7 +22,7 @@
 include variables
 
 GMSH_MAJOR_VERSION = 1
-GMSH_MINOR_VERSION = 43
+GMSH_MINOR_VERSION = 44
 GMSH_PATCH_VERSION = 0
 
 GMSH_VERSION_FILE = Common/GmshVersion.h
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 847d0ae503..84dc3dfdd5 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,6 +1,7 @@
-$Id: VERSIONS,v 1.140 2003-04-11 22:17:06 geuzaine Exp $
+$Id: VERSIONS,v 1.141 2003-04-19 04:17:09 geuzaine Exp $
 
-New in 1.44: added support for PNG output;
+New in 1.44: new reference manual; added support for PNG output; fixed
+small configuration bugs;
 
 New in 1.43: fixed solver interface problem on Mac OS X; new option to
 specify the interactive rotation center (default is now the pseudo
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 8cef5b3c10..553836bcde 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.43</a>, 28 March 2003</h3>
+<h3 align=center>Version <a href="doc/VERSIONS">1.44</a>, 20 April 2003</h3>
 <p>
 <center>
   <a href="#Description">Description</a> |
@@ -109,11 +109,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.43.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.43.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
-<li><a href="/gmsh/bin/Linux/gmsh-1.43.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
-<li><a href="/gmsh/bin/MacOSX/gmsh-1.43.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
-<li><a href="/gmsh/src/gmsh-1.43.0-source.tgz">Source tarball (all platforms)</a>
+<li><a href="/gmsh/bin/Windows/gmsh-1.44.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.44.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
+<li><a href="/gmsh/bin/Linux/gmsh-1.44.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
+<li><a href="/gmsh/bin/MacOSX/gmsh-1.44.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
+<li><a href="/gmsh/src/gmsh-1.44.0-source.tgz">Source tarball (all platforms)</a>
     <a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
 </ul>
 
-- 
GitLab