From 48abebe86bb1ef4903d5977352602a840e389de2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 25 Nov 2003 16:53:21 +0000 Subject: [PATCH] 1.48.1-source for stupid vsnprintf bug --- Makefile | 4 ++-- doc/gmsh.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9e083b1546..a1cbc175ce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.308 2003-11-23 04:40:23 geuzaine Exp $ +# $Id: Makefile,v 1.309 2003-11-25 16:53:21 geuzaine Exp $ # # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 48 -GMSH_PATCH_VERSION = 0 +GMSH_PATCH_VERSION = 1 GMSH_SHORT_LICENSE = "GNU General Public License" diff --git a/doc/gmsh.html b/doc/gmsh.html index 98ec313878..bc6a248081 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -127,7 +127,7 @@ are included in the archives. <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> +<li><a href="/gmsh/src/gmsh-1.48.1-source.tgz">Source tarball (all platforms)</a> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a> </ul> -- GitLab