From 6bfa58d4ad2eae6f3c557433676ff64f655fac94 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 5 Jul 2004 15:31:59 +0000 Subject: [PATCH] 1.54.1 --- Makefile | 4 ++-- doc/VERSIONS | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6157f1c79e..07aa94d1d2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.362 2004-07-02 23:34:58 geuzaine Exp $ +# $Id: Makefile,v 1.363 2004-07-05 15:31:59 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 54 -GMSH_PATCH_VERSION = 0 +GMSH_PATCH_VERSION = 1 GMSH_EXTRA_VERSION = "-cvs" GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} diff --git a/doc/VERSIONS b/doc/VERSIONS index 09aae3ffa1..109a4eb6a2 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,6 @@ -$Id: VERSIONS,v 1.233 2004-07-02 23:16:02 geuzaine Exp $ +$Id: VERSIONS,v 1.234 2004-07-05 15:31:59 geuzaine Exp $ + +New since 1.54: small bug fixes. New in 1.54: integrated Netgen (3D mesh quality optimization + alternative 3D algorithm); Extrude Surface now always automatically -- GitLab