From 932919ceff9b20f14bb85f9c55a6fd368cb934b5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 12 Oct 2002 18:18:35 +0000 Subject: [PATCH] bump version number to 1.35.2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07844eae3a..a8f9bf7b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.230 2002-10-03 07:49:16 geuzaine Exp $ +# $Id: Makefile,v 1.231 2002-10-12 18:18:35 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 -GMSH_PATCH_VERSION = 1 +GMSH_PATCH_VERSION = 2 MAKE = make CXX = c++ -- GitLab