From b94551572c5c14ce238780bca52a3e4b7a570a8f Mon Sep 17 00:00:00 2001
From: Quincey Koziol <koziol@hdfgroup.org>
Date: Wed, 6 May 1998 12:15:18 -0500
Subject: [PATCH] [svn-r393] Testing CVS perl log script, ignore this message

---
 bin/versinc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/versinc b/bin/versinc
index 0db1df3541..96e3445c4e 100644
--- a/bin/versinc
+++ b/bin/versinc
@@ -4,6 +4,7 @@ use Cwd;
 
 ($cwd)=(cwd()=~m#(.*?hdf5)/.*#)
 print STDERR "$cwd\n";
+$foo;
 $hdr = "$cwd/src/H5public.h";
 $bak = "$cwd/src/H5public.h~";
 $tmp = "$cwd/src/H5public.$$";