aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 16:48:00 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 16:48:00 +0000
commit3f8eb7a072f10a5ecea9e879830dce4002ff86bd (patch)
tree7bfce98b384e2ea8150fa06dd3fe04f59500287b
parent29ff7b8a3022f8059d5b01147316be1f51b44baf (diff)
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-2
Creator: Eric Biederman <ebiederman@lnxi.com> Bump the version number with the switch to arch I need an arch test case so bumped the version number. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1921 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--NEWS2
-rw-r--r--src/config/Options.lb2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d091148ed8..1992d15324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- 1.1.8
+ - Store everything in arch
- 1.1.7
- The configuration language has been cleaned up. No more link keyword.
- Everything is now in the device tree.
diff --git a/src/config/Options.lb b/src/config/Options.lb
index e472b49da9..4b28054acf 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -97,7 +97,7 @@ define OBJCOPY
comment "Objcopy command"
end
define LINUXBIOS_VERSION
- default "1.1.7"
+ default "1.1.8"
export always
format "\"%s\""
comment "LinuxBIOS version"