From caeb4ada2387a8750acba9c514f0f356e142e777 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 Sep 2009 17:51:33 +0200 Subject: config: re-order menu entries so that latest versions are at the top It makes better sense to have latest versions at the top of the choice entries. --- config/tools/libelf.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/tools') diff --git a/config/tools/libelf.in b/config/tools/libelf.in index 3002a15a..1513fb09 100644 --- a/config/tools/libelf.in +++ b/config/tools/libelf.in @@ -9,21 +9,21 @@ choice bool prompt "libelf version" -config LIBELF_V_0_8_10 - bool - prompt "0.8.10" - config LIBELF_V_0_8_11 bool prompt "0.8.11" +config LIBELF_V_0_8_10 + bool + prompt "0.8.10" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice config LIBELF_VERSION string - default "0.8.10" if LIBELF_V_0_8_10 default "0.8.11" if LIBELF_V_0_8_11 + default "0.8.10" if LIBELF_V_0_8_10 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v1.2.3