diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-21 22:48:35 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-23 08:35:30 +0200 |
commit | 2d242797105c6905c69a64cac3f9cfa591bcb8a3 (patch) | |
tree | 06e9ed70a7459facbc6b58e7b1f1d621d72311ed /util/abuild | |
parent | ad27322702a0e31817d1a58aa4b8ceff004a4e56 (diff) |
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>
Reviewed-on: http://review.coreboot.org/5806
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/abuild')
-rwxr-xr-x | util/abuild/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index 0759a80b01..3f28486f72 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.3" TOP=$PWD |