From 3379ef3da6cb2f33155ecd34173112f46d3ddf53 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 13 Dec 2000 13:21:17 +0000
Subject: [PATCH] 0.997

---
 Makefile        | 4 ++--
 doc/gmsh.1      | 4 ++--
 utils/gmsh.spec | 4 ++--
 www/gmsh.html   | 6 ++++--
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index a43e0f5bbe..93630877f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.22 2000-12-12 15:26:14 geuzaine Exp $
+# $Id: Makefile,v 1.23 2000-12-13 13:21:13 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
 
-    GMSH_RELEASE = 0.996
+    GMSH_RELEASE = 0.997
 
             MAKE = make
               CC = g++
diff --git a/doc/gmsh.1 b/doc/gmsh.1
index e51df37445..7524ad8877 100644
--- a/doc/gmsh.1
+++ b/doc/gmsh.1
@@ -5,7 +5,7 @@
 .\" Copyright (c) 2000 J.-F. Remacle, C. Geuzaine
 .\" 
 .\" ======================================================================
-.TH Gmsh 0.996 "12 December 2000"
+.TH Gmsh 0.997 "12 December 2000"
 .UC 4
 .\" ======================================================================
 .SH NAME
@@ -209,7 +209,7 @@ Remacle (Remacle@scorec.rpi.edu).
 .SH SEE ALSO
 Gmsh homepage at \fIhttp://www.geuz.org/gmsh/\fR
 .PP
-Gmsh example files in \fI/usr/doc/gmsh-0.996/\fR
+Gmsh example files in \fI/usr/doc/gmsh-0.997/\fR
 .PP
 GetDP (a scientific computation software for the numerical solution of
 integro-differential equations, using finite element and integral type
diff --git a/utils/gmsh.spec b/utils/gmsh.spec
index f6bdcbe5fd..576b6159fd 100644
--- a/utils/gmsh.spec
+++ b/utils/gmsh.spec
@@ -1,7 +1,7 @@
 Summary: A 3D mesh generator with pre- and post-processing facilities
 Name: gmsh
-Version: 0.996
-Source: gmsh-0.996.tar.gz
+Version: 0.997
+Source: gmsh-0.997.tar.gz
 Release: 1
 Copyright: distributable
 Group: Applications/Engineering
diff --git a/www/gmsh.html b/www/gmsh.html
index a1c40be5a5..5e809be4e1 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -261,11 +261,11 @@ files.
     under Linux) or modify the LD_LIBRARY_PATH (or SHLIB_PATH on HP)
     in order for Gmsh to find these libraries.
     <p>
-    Version 0.996 (12 December 2000):
+    Version 0.997 (?? ?? 2000):
     <ul>
     <li>Red Hat package with man page and examples
       <ul>
-        <li><A href="/gmsh/latest/gmsh-0.996-1.i386.rpm">Linux (i386, glibc 2.1) RPM</A> 
+        <li><A href="/gmsh/latest/gmsh-0.997-1.i386.rpm">Linux (i386, glibc 2.1) RPM</A> 
       </ul>
     <li>Tarballs
       <ul>
@@ -299,6 +299,8 @@ files.
 
   <td><font face="Helvetica, Arial" size=-1> 
 
+New in 0.997: Corrected bug in interactive surface/volume selection;
+<p>
 New in 0.996: Arrays of variables; Enhanced Printf and Sprintf;
 Simplified options (suppression of option arrays).
 <p>
-- 
GitLab