From b7cf9128799a6ab39f7e5c1c6581ab545b255fa7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Jul 2003 17:57:42 +0000 Subject: [PATCH] 1.45.2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1251b119cc..c4274b7602 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.294 2003-07-23 17:55:49 geuzaine Exp $ +# $Id: Makefile,v 1.295 2003-07-23 17:57:42 geuzaine Exp $ # # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 45 -GMSH_PATCH_VERSION = 1 +GMSH_PATCH_VERSION = 2 GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION} -- GitLab