diff --git a/Makefile b/Makefile index fe25877d344dd03eb9515da9846b17305b08fa63..59ddc3d7d3851ed3b8a2e719580d23cb65ed646a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.369 2004-09-16 19:15:26 geuzaine Exp $ +# $Id: Makefile,v 1.370 2004-09-28 17:15:19 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 55 -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}