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 | |
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
-rw-r--r-- | ChangeLog | 0 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | src/config/Options.lb | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e69de29bb2..0000000000 --- a/ChangeLog +++ /dev/null @@ -1,3 +1,6 @@ +- 2.0.0 + - this NEWS file is neglected in favor of the svn commit logs. + See http://snapshots.linuxbios.org/ - 1.1.8 - Store everything in arch - 1.1.7 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" |