diff --git a/Makefile b/Makefile
index fed339099b78d69dfd12fd3d3f17f3e03ccdec38..bdb1b06d083465858e2e83b6b6548d18c81cefc7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.271 2003-03-03 20:18:29 geuzaine Exp $
+# $Id: Makefile,v 1.272 2003-03-05 16:51:15 geuzaine Exp $
 
 include variables
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 41
-GMSH_PATCH_VERSION = 0
+GMSH_PATCH_VERSION = 1
 
 GMSH_VERSION_FILE = Common/GmshVersion.h
 GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}