diff -r b37804bfeba6 -r d4ddf19a1968 config/debug/ltrace.in --- a/config/debug/ltrace.in Sun Aug 02 23:33:36 2009 +0200 +++ b/config/debug/ltrace.in Sun Sep 13 17:51:33 2009 +0200 @@ -12,22 +12,22 @@ bool prompt "ltrace version" -config LTRACE_V_0_4 +config LTRACE_V_0_5_2 bool - prompt "0.4" - -config LTRACE_V_0_5 - bool - prompt "0.5" + prompt "0.5.2" config LTRACE_V_0_5_1 bool prompt "0.5.1 (EXPERIMENTAL)" depends on EXPERIMENTAL -config LTRACE_V_0_5_2 +config LTRACE_V_0_5 bool - prompt "0.5.2" + prompt "0.5" + +config LTRACE_V_0_4 + bool + prompt "0.4" # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -35,9 +35,9 @@ config LTRACE_VERSION string + default "0.5.2" if LTRACE_V_0_5_2 + default "0.5.1" if LTRACE_V_0_5_1 + default "0.5" if LTRACE_V_0_5 default "0.4" if LTRACE_V_0_4 - default "0.5" if LTRACE_V_0_5 - default "0.5.1" if LTRACE_V_0_5_1 - default "0.5.2" if LTRACE_V_0_5_2 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line!