diff --git a/scripts/bump-pciutils.sh b/scripts/bump-pciutils.sh index 09754c3e1..e4ed95b86 100755 --- a/scripts/bump-pciutils.sh +++ b/scripts/bump-pciutils.sh @@ -13,7 +13,7 @@ set -x git checkout master git pull git checkout -B update-pciutils-${RELDATE} -sed -ri "/^# BEE_VERSION pciutils-3.6.3./ s/2[0-9]{3}.[01][0-9].[0-3][0-9]/${RELDATE}/" pciutils.be0 +sed -ri "/^# BEE_VERSION pciutils-3.7.0./ s/2[0-9]{3}.[01][0-9].[0-3][0-9]/${RELDATE}/" pciutils.be0 eval $(beeversion pciutils.be0) set +x