diff --git a/Makefile b/Makefile index 1251b119ccfbd9fbf8a8984dc5640a8ff2555410..c4274b76021f44aba0427f78b7c9e939e74896d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.294 2003-07-23 17:55:49 geuzaine Exp $ +# $Id: Makefile,v 1.295 2003-07-23 17:57:42 geuzaine Exp $ # # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 45 -GMSH_PATCH_VERSION = 1 +GMSH_PATCH_VERSION = 2 GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}