From: Peter Korsgaard Date: Wed, 2 Feb 2011 13:53:23 +0000 (+0100) Subject: Config.in: Show BR version in title X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a53b7294430f80cb8db2dc5f408c1b7a75c400f;p=buildroot.git Config.in: Show BR version in title Kconfig nowadays uses the mainmenu as the title, so add the version info here, similar to how it is done in the Linux kernel. Signed-off-by: Peter Korsgaard --- diff --git a/Config.in b/Config.in index df0c7cef48..423499ae4c 100644 --- a/Config.in +++ b/Config.in @@ -1,6 +1,6 @@ # -mainmenu "Buildroot2 Configuration" +mainmenu "Buildroot $BR2_VERSION Configuration" config BR2_HAVE_DOT_CONFIG bool