diff -r fc4f1b630dd2 -r e298ce9ba8fe config/debug/strace.in --- a/config/debug/strace.in Mon Oct 20 20:09:14 2008 +0000 +++ b/config/debug/strace.in Sat Oct 25 15:44:05 2008 +0000 @@ -24,6 +24,10 @@ bool prompt "4.5.16" +config STRACE_V_4_5_17 + bool + prompt "4.5.17" + config STRACE_V_4_5_18 bool prompt "4.5.18 (EXPERIMENTAL)" @@ -39,6 +43,7 @@ default "4.5.14" if STRACE_V_4_5_14 default "4.5.15" if STRACE_V_4_5_15 default "4.5.16" if STRACE_V_4_5_16 + default "4.5.17" if STRACE_V_4_5_17 default "4.5.18" if STRACE_V_4_5_18 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line!