diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-09-01 23:47:37 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-09-01 23:47:37 +0000 |
commit | d4c14524f53d8e812cf52b57e16c53d259c44ea0 (patch) | |
tree | bf8e08afe876501e05e4420dac0dc6445921a717 /src | |
parent | 30e143a5f0d7c016428ba729ba06ab144a7a16f5 (diff) | |
download | coreboot-d4c14524f53d8e812cf52b57e16c53d259c44ea0.tar.xz |
- Update the version number to 1.1.2 and update the NEWS file
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1095 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 7cec869077..4a9dae14b3 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -117,7 +117,7 @@ define OBJCOPY comment "Objcopy command" end define LINUXBIOS_VERSION - default "1.1.1" + default "1.1.2" export always comment "LinuxBIOS version" end |