diff options
-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" |