diff --git a/Makefile b/Makefile index 849c2290982fa83a16309e795ad3d79d246e278f..d8eb53855f28f6225910ecfe8bdb0f6cc11d37ee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.385 2005-01-02 17:39:18 geuzaine Exp $ +# $Id: Makefile,v 1.386 2005-01-03 04:10:54 geuzaine Exp $ # # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 58 -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}