config/debug/strace.in
changeset 951 fc4f1b630dd2
parent 916 68af6b83ff7e
child 974 e298ce9ba8fe
     1.1 --- a/config/debug/strace.in	Fri Oct 10 14:30:44 2008 +0000
     1.2 +++ b/config/debug/strace.in	Mon Oct 20 20:09:14 2008 +0000
     1.3 @@ -24,6 +24,11 @@
     1.4      bool
     1.5      prompt "4.5.16"
     1.6  
     1.7 +config STRACE_V_4_5_18
     1.8 +    bool
     1.9 +    prompt "4.5.18 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  # CT_INSERT_VERSION_ABOVE
    1.13  # Don't remove above line!
    1.14  endchoice
    1.15 @@ -34,5 +39,6 @@
    1.16      default "4.5.14" if STRACE_V_4_5_14
    1.17      default "4.5.15" if STRACE_V_4_5_15
    1.18      default "4.5.16" if STRACE_V_4_5_16
    1.19 +    default "4.5.18" if STRACE_V_4_5_18
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # # Don't remove above line!