summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-30 05:46:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-30 05:46:19 (GMT)
commit5548799289e661d0794a417fc7cfa88d0721a0a4 (patch)
tree126a0d3421823366a04dd3bb46cc87006f3947fd /bin
parenta89b064e2bd8fb81e39a930209114cfae4fcd141 (diff)
parent32ee0d816f7a329ba7e625765186c36dcf054efc (diff)
downloadhdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.zip
hdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.tar.gz
hdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.tar.bz2
[svn-r27918] Brought in sync with the trunk:
r27860-27883 r27892-27916 Tested on: - h5committest - jam (parallel) fails with an existing, unrelated MPI config error - platypus fails with due to an existing, unrelated cmakehdf5 error where it does not recognize --enable-fortran2003.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index 1f6e479..119dc7a 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -269,7 +269,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