diff --git a/Makefile b/Makefile index 5e9e9f8a2521def59fc7a940a4693f9ae430cbef..2bfb4c2e2c110461910465f785f00c071b9fe3d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.406 2005-11-27 03:44:35 geuzaine Exp $ +# $Id: Makefile,v 1.407 2005-11-28 16:56:27 geuzaine Exp $ # # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 61 -GMSH_PATCH_VERSION = 2 +GMSH_PATCH_VERSION = 3 GMSH_EXTRA_VERSION = "-cvs" GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}