Skip to content
Snippets Groups Projects
Commit 3fb519fe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

bump version number to 1.39
parent feaa5908
No related branches found
No related tags found
No related merge requests found
# $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 include variables
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 38 GMSH_MINOR_VERSION = 39
GMSH_PATCH_VERSION = 0 GMSH_PATCH_VERSION = 0
GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_VERSION_FILE = Common/GmshVersion.h
......
$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 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 system based on autoconf; New image reading code to import bitmaps as
......
...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p> <p>
<h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3> <h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3>
<p> <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> <p>
<center> <center>
<a href="#Description">Description</a> | <a href="#Description">Description</a> |
...@@ -40,7 +40,8 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -40,7 +40,8 @@ generator with built-in pre- and post-processing facilities</h1>
<h2><a name="Description"></a>Description</h2> <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, three-dimensional finite element mesh generator, primarily Delaunay,
with built-in pre- and post-processing facilities. Its primal goal is with built-in pre- and post-processing facilities. Its primal goal is
to provide a simple meshing tool for academic test cases with 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 ...@@ -202,18 +203,18 @@ available for Windows, Mac OS X and Linux. The tutorial and demo files
are included in the archives. are included in the archives.
<ul> <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.39.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.39.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.39.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.39.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-source.tgz">Source tarball</a>
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></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.39.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.39.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.39.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.39.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-HP-UX.tgz">HP tarball (HPUX 10.20)</a>
--> -->
</ul> </ul>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment