From 4d4c1078d86a6ff649b5fc8ec8d01da898e7b533 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 15 Apr 2004 17:16:41 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0fb89b1eb3..e03b17cbb1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.336 2004-04-15 05:56:31 geuzaine Exp $ +# $Id: Makefile,v 1.337 2004-04-15 17:16:41 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -22,8 +22,8 @@ include variables GMSH_MAJOR_VERSION = 1 -GMSH_MINOR_VERSION = 51 -GMSH_PATCH_VERSION = 5 +GMSH_MINOR_VERSION = 52 +GMSH_PATCH_VERSION = 0 GMSH_EXTRA_VERSION = "-cvs" GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} -- GitLab