From beb9d79bb05eeb33e2b02c794b5707f325b4d070 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 20 Mar 2008 14:55:58 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 60f53e3059..45afd231e3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.475 2008-03-20 14:55:34 geuzaine Exp $ +# $Id: Makefile,v 1.476 2008-03-20 14:55:58 geuzaine Exp $ # # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # @@ -24,7 +24,7 @@ include variables GMSH_MAJOR_VERSION = 2 GMSH_MINOR_VERSION = 1 GMSH_PATCH_VERSION = 2 -GMSH_EXTRA_VERSION = "-cvs-20080320" +GMSH_EXTRA_VERSION = GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} -- GitLab