diff -r 68af6b83ff7e -r d4ddf19a1968 config/debug/dmalloc.in --- a/config/debug/dmalloc.in Fri Oct 10 14:30:44 2008 +0000 +++ b/config/debug/dmalloc.in Sun Sep 13 17:51:33 2009 +0200 @@ -7,22 +7,22 @@ bool prompt "dmalloc version" +config DMALLOC_V_5_5_2 + bool + prompt "5.5.2" + config DMALLOC_V_5_4_3 bool prompt "5.4.3 (OBSOLETE)" depends on OBSOLETE -config DMALLOC_V_5_5_2 - bool - prompt "5.5.2" - # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice config DMALLOC_VERSION string + default "5.5.2" if DMALLOC_V_5_5_2 default "5.4.3" if DMALLOC_V_5_4_3 - default "5.5.2" if DMALLOC_V_5_5_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!