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

tag 1.48
parent 97ba8812
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.307 2003-11-23 03:24:43 geuzaine Exp $ # $Id: Makefile,v 1.308 2003-11-23 04:40:23 geuzaine Exp $
# #
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# #
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
include variables include variables
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 47 GMSH_MINOR_VERSION = 48
GMSH_PATCH_VERSION = 2 GMSH_PATCH_VERSION = 0
GMSH_SHORT_LICENSE = "GNU General Public License" GMSH_SHORT_LICENSE = "GNU General Public License"
......
$Id: VERSIONS,v 1.162 2003-11-23 02:56:02 geuzaine Exp $ $Id: VERSIONS,v 1.163 2003-11-23 04:40:23 geuzaine Exp $
New in 1.48: new DisplacementRaise plugin to plot arbitrary fields on New in 1.48: new DisplacementRaise plugin to plot arbitrary fields on
deformed meshes; generalized CutMap, CutPlane, CutSphere and Skin deformed meshes; generalized CutMap, CutPlane, CutSphere and Skin
plugins to handle all kinds of elements and fields; new "Save View[n]" plugins to handle all kinds of elements and fields; new "Save View[n]"
command to save views from a script; small bug fixes (configure tests command to save views from a script; many small bug fixes (configure
for libpng, handling of erroneous options, multi time step scalar tests for libpng, handling of erroneous options, multi time step
prism drawings, copy of surface mesh attributes); scalar prism drawings, copy of surface mesh attributes, etc.);
New in 1.47: fixed extrusion of surfaces defined by only two curves; New in 1.47: fixed extrusion of surfaces defined by only two curves;
new syntax to retrieve point coordinates and indices of entities new syntax to retrieve point coordinates and indices of entities
......
...@@ -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.47</a>, 12 November 2003</h3> <h3 align=center>Version <a href="doc/VERSIONS">1.48</a>, 23 November 2003</h3>
<p> <p>
<center> <center>
<a href="#Description">Description</a> | <a href="#Description">Description</a> |
...@@ -123,11 +123,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files ...@@ -123,11 +123,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files
are included in the archives. are included in the archives.
<ul> <ul>
<li><a href="/gmsh/bin/Windows/gmsh-1.47.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a> <li><a href="/gmsh/bin/Windows/gmsh-1.48.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.47.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a> <li><a href="/gmsh/bin/Linux/gmsh-1.48.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.47.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> <li><a href="/gmsh/bin/Linux/gmsh-1.48.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a>
<li><a href="/gmsh/bin/MacOSX/gmsh-1.47.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a> <li><a href="/gmsh/bin/MacOSX/gmsh-1.48.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a>
<li><a href="/gmsh/src/gmsh-1.47.0-source.tgz">Source tarball (all platforms)</a> <li><a href="/gmsh/src/gmsh-1.48.0-source.tgz">Source tarball (all platforms)</a>
<a href="#build-footnote" name="build-footmark"><sup>2</sup></a> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
</ul> </ul>
......
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.85 2003-11-21 07:56:33 geuzaine Exp $ @c $Id: gmsh.texi,v 1.86 2003-11-23 04:40:23 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
@c ========================================================================= @c =========================================================================
@c %**start of header @c %**start of header
@setfilename gmsh.info @setfilename gmsh.info
@set EDITION 1.13 @set EDITION 1.14
@set GMSH-VERSION 1.47 @set GMSH-VERSION 1.48
@set GMSH-WEB @uref{http://www.geuz.org/gmsh/} @set GMSH-WEB @uref{http://www.geuz.org/gmsh/}
@set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
@c @c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment