From aa9bf5ee4a95c94d415221f111b464da7c233502 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 5 Mar 2003 16:51:15 +0000 Subject: [PATCH] patch 1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fed339099b..bdb1b06d08 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.271 2003-03-03 20:18:29 geuzaine Exp $ +# $Id: Makefile,v 1.272 2003-03-05 16:51:15 geuzaine Exp $ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 41 -GMSH_PATCH_VERSION = 0 +GMSH_PATCH_VERSION = 1 GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION} -- GitLab