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
This commit is contained in:
parent
29ff7b8a30
commit
3f8eb7a072
2
NEWS
2
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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue