summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-09-28 18:30:15 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-09-28 18:30:15 (GMT)
commit1922ee83416fa7eb12f8a986bcc100e3b0466670 (patch)
treeb0edd3c20519c262f359003550908ea8709e4f5f /bin
parent4c01aeac8feea9a96b1cc1c170a62267b85aa4a2 (diff)
downloadhdf5-1922ee83416fa7eb12f8a986bcc100e3b0466670.zip
hdf5-1922ee83416fa7eb12f8a986bcc100e3b0466670.tar.gz
hdf5-1922ee83416fa7eb12f8a986bcc100e3b0466670.tar.bz2
[svn-r27899] Modify bbrelease to use "Revision:" number from svn info, not "Last Changed Rev:" number.
Tested on jam
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index 1e3b88d..7dcb535 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -261,7 +261,7 @@ if [ X$revmode = Xyes ]; then
# "undo" changes to it.
cp config/lt_vers.am $tmpdir
branch=`svn info | grep ^URL: | awk -F/ '{print $NF}'`
- revision=`svn info | grep "Last Changed Rev:" | awk '{print $4}'`
+ revision=`svn info | grep "Revision:" | awk '{print $2}'`
# Set version information to m.n.r-r$revision.
# (h5vers does not correctly handle just m.n.r-$today.)
VERS=`echo $VERS | sed -e s/-.*//`-r$revision