diff --git a/Makefile b/Makefile index 28be10ac0b54df5e38113edab67fc5c87e1193f5..51708ba04f9301926fdb2f9d55730a4d4b4ad6ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.408 2006-01-06 00:34:20 geuzaine Exp $ +# $Id: Makefile,v 1.409 2006-01-16 17:58:00 geuzaine Exp $ # # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 62 -GMSH_PATCH_VERSION = 0 +GMSH_PATCH_VERSION = 1 GMSH_EXTRA_VERSION = "-cvs" GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}