From b85564e2835defc07d9110b72eb3e519969f9169 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 14 Mar 2022 09:21:24 +0100 Subject: [PATCH] scripts/bump-pciutils.sh: change version string - pciutils-3.6.3 to 3.7.0 --- scripts/bump-pciutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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