From e9067b8f2426c6d2e159a418442aa90ac1e6bf21 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 12 Aug 2008 22:58:20 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 2 +- doc/VERSIONS.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e4168029f5..35169e6cc0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ include variables GMSH_MAJOR_VERSION = 2 GMSH_MINOR_VERSION = 2 -GMSH_PATCH_VERSION = 3 +GMSH_PATCH_VERSION = 4 GMSH_EXTRA_VERSION = GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 393201ec1e..9ab0235ab4 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,7 +1,8 @@ -$Id: VERSIONS.txt,v 1.4 2008-08-02 13:54:45 geuzaine Exp $ +$Id: VERSIONS.txt,v 1.5 2008-08-12 22:58:20 geuzaine Exp $ 2.2.4 (): integrated Metis and Chaco mesh partitioners; variables can -now be deleted in geo files; small bug fixes. +now be deleted in geo files; added support for point datasets in +model-based postprocessing views; small bug fixes. 2.2.3 (Jul 14, 2008): enhanced clipping interface; API cleanup; fixed various bugs (Plugin(Integrate), high order meshes, surface info -- GitLab