diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-30 05:46:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-30 05:46:19 (GMT) |
commit | 5548799289e661d0794a417fc7cfa88d0721a0a4 (patch) | |
tree | 126a0d3421823366a04dd3bb46cc87006f3947fd /bin | |
parent | a89b064e2bd8fb81e39a930209114cfae4fcd141 (diff) | |
parent | 32ee0d816f7a329ba7e625765186c36dcf054efc (diff) | |
download | hdf5-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-x | bin/bbrelease | 2 |
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 |