diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-09-08 16:34:51 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-09-08 16:34:51 +0000 |
commit | 3e03d03a17bf35a5c9be77f324b98d44962757cd (patch) | |
tree | 39ea5e57015292b67a2e84f8d683e1ed76adebfe /src | |
parent | b59906c1e9dc6e3e4902382cc3e9f4aa205ced34 (diff) |
hurry hurry before we might start 3.0 ;-)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2400 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 5f1800a583..b4b971bc2c 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.8" + default "2.0.0" export always format "\"%s\"" comment "LinuxBIOS version" |