diff --git a/Makefile b/Makefile index 7a7b1b6f9107c36d8fcc2877cd1c100876a3f919..7de1722010c1c62588fae0a510a49724a066776b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.352 2004-06-20 23:25:31 geuzaine Exp $ +# $Id: Makefile,v 1.353 2004-06-20 23:30:36 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 53 -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}