From 3fb519fe8d88103156e7bcf83a84af4c799c835f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 18 Feb 2003 06:34:14 +0000
Subject: [PATCH] bump version number to 1.39

---
 Makefile      |  4 ++--
 doc/VERSIONS  |  4 +++-
 doc/gmsh.html | 25 +++++++++++++------------
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/Makefile b/Makefile
index c249ca7eb4..e69deabdc2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.260 2003-02-18 05:50:04 geuzaine Exp $
+# $Id: Makefile,v 1.261 2003-02-18 06:34:14 geuzaine Exp $
 
 include variables
 
 GMSH_MAJOR_VERSION = 1
-GMSH_MINOR_VERSION = 38
+GMSH_MINOR_VERSION = 39
 GMSH_PATCH_VERSION = 0
 
 GMSH_VERSION_FILE = Common/GmshVersion.h
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 61a4af214a..2350050bc6 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,4 +1,6 @@
-$Date: 2003-02-12 20:41:52 $
+$Date: 2003-02-18 06:34:14 $
+
+New in 1.39: removed all non-free routines; more build system work;
 
 New in 1.38: fixed custom range selection for 3D iso graphs; New build
 system based on autoconf; New image reading code to import bitmaps as
diff --git a/doc/gmsh.html b/doc/gmsh.html
index baa4ffdc18..640b038a15 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.38</a>, ? February 2003</h3>
+<h3 align=center>Version <a href="doc/VERSIONS">1.39</a>, ? February 2003</h3>
 <p>
 <center>
   <a href="#Description">Description</a> |
@@ -40,7 +40,8 @@ generator with built-in pre- and post-processing facilities</h1>
 
 <h2><a name="Description"></a>Description</h2>
 
-Gmsh <!-- (pronounced "<em>Gnu-mesh</em>") --> is an automatic
+Gmsh (pronounced "<em>Gnu-mesh</em>") is a <a
+href="http://www.gnu.org/copyleft/gpl-faq.html">free</a> automatic
 three-dimensional finite element mesh generator, primarily Delaunay,
 with built-in pre- and post-processing facilities. Its primal goal is
 to provide a simple meshing tool for academic test cases with
@@ -202,18 +203,18 @@ available for Windows, Mac OS X and Linux. The tutorial and demo files
 are included in the archives.
 
 <ul>
-<li><a href="/gmsh/bin/gmsh-1.38.0-Windows.zip">Windows zip archive (95/98/NT/XP)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
-<li><a href="/gmsh/bin/gmsh-1.38.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-source.tgz">Source tarball</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-Windows.zip">Windows zip archive (95/98/NT/XP)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-Linux.tgz">Linux tarball (i386, glibc 2.1)</a> 
+<li><a href="/gmsh/bin/gmsh-1.39.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-source.tgz">Source tarball</a>
     <a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
 <!--
-<li><a href="/gmsh/bin/gmsh-1.38.0-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-SunOS.tgz">Sun tarball (SunOS 5.8)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-AIX.tgz">IBM tarball (AIX)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</a>
-<li><a href="/gmsh/bin/gmsh-1.38.0-HP-UX.tgz">HP tarball (HPUX 10.20)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-SunOS.tgz">Sun tarball (SunOS 5.8)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-AIX.tgz">IBM tarball (AIX)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</a>
+<li><a href="/gmsh/bin/gmsh-1.39.0-HP-UX.tgz">HP tarball (HPUX 10.20)</a>
 -->
 </ul>
 <p>
-- 
GitLab