summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-30 20:55:00 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-30 20:55:00 (GMT)
commita78d6c70ab11219051d0f8a650dea0e195578c3f (patch)
tree5739d66ddd3f67024df8648c6c2168d70ba8249f /bin/release
parent6ef50c3f9b59174a7802f3975256db24af974c7f (diff)
downloadhdf5-a78d6c70ab11219051d0f8a650dea0e195578c3f.zip
hdf5-a78d6c70ab11219051d0f8a650dea0e195578c3f.tar.gz
hdf5-a78d6c70ab11219051d0f8a650dea0e195578c3f.tar.bz2
[svn-r559] Modifies first line of README again.
Diffstat (limited to 'bin/release')
-rwxr-xr-xbin/release3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/release b/bin/release
index 90130c8..f4a11dd 100755
--- a/bin/release
+++ b/bin/release
@@ -87,6 +87,9 @@ test -h ../hdf5-$VERS && rm ../hdf5-$VERS
ln -s `pwd` ../hdf5-$VERS || exit 1
mv Makefile ../Makefile.x 2>/dev/null #might fail
cp -p Makefile.dist Makefile
+echo "This is hdf5-$VERS released on `date`" >README.x
+tail -n +2 <README >>README.x
+mv README.x README
test "$verbose" && echo " Running tar..." 1>&2
(cd ..; tar cf x.tar `sed s+^.+hdf5-$VERS+ hdf5-$VERS/MANIFEST` || exit 1)