From ddae7fb69d6d9ecdf14b62f1b0a83588867c2445 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 23 Nov 2003 04:40:23 +0000 Subject: [PATCH] tag 1.48 --- Makefile | 6 +++--- doc/VERSIONS | 8 ++++---- doc/gmsh.html | 12 ++++++------ doc/texinfo/gmsh.texi | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 9547ea00f5..9e083b1546 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $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 # @@ -22,8 +22,8 @@ include variables GMSH_MAJOR_VERSION = 1 -GMSH_MINOR_VERSION = 47 -GMSH_PATCH_VERSION = 2 +GMSH_MINOR_VERSION = 48 +GMSH_PATCH_VERSION = 0 GMSH_SHORT_LICENSE = "GNU General Public License" diff --git a/doc/VERSIONS b/doc/VERSIONS index 842a2014b5..05aec0f807 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,11 +1,11 @@ -$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 deformed meshes; generalized CutMap, CutPlane, CutSphere and Skin 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 -for libpng, handling of erroneous options, multi time step scalar -prism drawings, copy of surface mesh attributes); +command to save views from a script; many small bug fixes (configure +tests for libpng, handling of erroneous options, multi time step +scalar prism drawings, copy of surface mesh attributes, etc.); New in 1.47: fixed extrusion of surfaces defined by only two curves; new syntax to retrieve point coordinates and indices of entities diff --git a/doc/gmsh.html b/doc/gmsh.html index 1bcd686b9b..98ec313878 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.47</a>, 12 November 2003</h3> +<h3 align=center>Version <a href="doc/VERSIONS">1.48</a>, 23 November 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.47.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.47.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/src/gmsh-1.47.0-source.tgz">Source tarball (all platforms)</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.48.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</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.48.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</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> </ul> diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index c95b1e29da..d06ff40b00 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.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 Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle @c @@ -37,8 +37,8 @@ @c ========================================================================= @c %**start of header @setfilename gmsh.info -@set EDITION 1.13 -@set GMSH-VERSION 1.47 +@set EDITION 1.14 +@set GMSH-VERSION 1.48 @set GMSH-WEB @uref{http://www.geuz.org/gmsh/} @set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @c -- GitLab