diff -r 34a6d63fd7ab -r 8a21b4be90cd config/tools/libelf.in --- a/config/tools/libelf.in Sat Oct 25 16:32:11 2008 +0000 +++ b/config/tools/libelf.in Mon Aug 03 08:50:56 2009 +0200 @@ -13,6 +13,10 @@ bool prompt "0.8.10" +config LIBELF_V_0_8_11 + bool + prompt "0.8.11" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -20,5 +24,6 @@ config LIBELF_VERSION string default "0.8.10" if LIBELF_V_0_8_10 + default "0.8.11" if LIBELF_V_0_8_11 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!