diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 20:12:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 20:12:34 (GMT) |
commit | bbc62be800c5af883a5acc59b21b5f8d76b41ea5 (patch) | |
tree | 73066c5e2c864e6033c761525885dac2665c904f /bin/h5vers | |
parent | 92f8f5344db16cc6dbceca33ede7c04a413ae3c1 (diff) | |
download | hdf5-bbc62be800c5af883a5acc59b21b5f8d76b41ea5.zip hdf5-bbc62be800c5af883a5acc59b21b5f8d76b41ea5.tar.gz hdf5-bbc62be800c5af883a5acc59b21b5f8d76b41ea5.tar.bz2 |
[svn-r13371] Description:
Tweak e-mail address inserted into files from "hdfhelp@ncsa.uiuc.edu"
to "help@hdfgroup.org"
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-x | bin/h5vers | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |