From 902288db225f411c610e27eb2f1814a7f415a822 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 20 Apr 2025 11:48:12 -0600 Subject: [PATCH] util/abuild: Update version and date string Increment the version number for the current changes. Change-Id: Iec94067e34292df3b85744a820ace4aa198a6322 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/87378 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- util/abuild/abuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/abuild/abuild b/util/abuild/abuild index 2a37ca8c6e..f1c7edc2a8 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -11,8 +11,8 @@ #set -x # Turn echo on.... -ABUILD_DATE="Nov 18, 2023" -ABUILD_VERSION="0.11.03" +ABUILD_DATE="Apr 20, 2025" +ABUILD_VERSION="0.11.04" TOP=${PWD}