Skip to content

Commit

Permalink
scripts/bump-pciutils.sh: change version string
Browse files Browse the repository at this point in the history
- pciutils-3.6.3 to 3.7.0
  • Loading branch information
wwwutz committed Mar 14, 2022
1 parent 9b0eb69 commit b85564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-pciutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b85564e

Please sign in to comment.