From bbc62be800c5af883a5acc59b21b5f8d76b41ea5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 21 Feb 2007 15:12:34 -0500 Subject: [svn-r13371] Description: Tweak e-mail address inserted into files from "hdfhelp@ncsa.uiuc.edu" to "help@hdfgroup.org" --- bin/h5vers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/h5vers b/bin/h5vers index e7fdade..2c0061c 100755 --- a/bin/h5vers +++ b/bin/h5vers @@ -314,7 +314,7 @@ sub gen_configure { for (my $i = 0; $i < $#contents; ++$i) { if ($contents[$i] =~ /^AC_INIT/) { - $contents[$i] = sprintf("AC_INIT([$name], [%d.%d.%d%s], [hdfhelp\@ncsa.uiuc.edu])\n", + $contents[$i] = sprintf("AC_INIT([$name], [%d.%d.%d%s], [help\@hdfgroup.org])\n", @newver[0,1,2], $newver[3] eq "" ? "" : "-".$newver[3]); last; -- cgit v0.12