diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:48:00 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:48:00 +0000 |
commit | 3f8eb7a072f10a5ecea9e879830dce4002ff86bd (patch) | |
tree | 7bfce98b384e2ea8150fa06dd3fe04f59500287b | |
parent | 29ff7b8a3022f8059d5b01147316be1f51b44baf (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-- | NEWS | 2 | ||||
-rw-r--r-- | src/config/Options.lb | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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" |