Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5806
-gerrit
commit 6b9063236ae8abe80524ab01e4880c77da8b257a Author: Patrick Georgi patrick@georgi-clan.de Date: Wed May 21 22:48:35 2014 +0200
abuild: update version and copyright
Enough changed to warrant a new version, date, and copyright.
Change-Id: Ia099cd4fec3b05efc3f8bac09d38baede1c719e0 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- util/abuild/abuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/util/abuild/abuild b/util/abuild/abuild index 4d98b9a..7681e14 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -7,6 +7,7 @@ # (C) 2004 by Stefan Reinauer stepan@openbios.org # (C) 2006-2010 by coresystems GmbH info@coresystems.de # (C) 2013 Sage Electronic Engineering, LLC +# (C) 2014 Patrick Georgi patrick@georgi-clan.de # # This file is subject to the terms and conditions of the GNU General # Public License. See the file COPYING in the main directory of this @@ -15,8 +16,8 @@
#set -x # Turn echo on....
-ABUILD_DATE="May 31, 2013" -ABUILD_VERSION="0.9.2" +ABUILD_DATE="May 21, 2014" +ABUILD_VERSION="0.9.4"
TOP=$PWD