config/debug/strace.in
changeset 1613 c776557f7aac
parent 1603 e0ef539e23d9
child 1615 50b25816f5bb
     1.1 --- a/config/debug/strace.in	Wed Oct 28 18:55:40 2009 +0100
     1.2 +++ b/config/debug/strace.in	Wed Oct 28 19:00:34 2009 +0100
     1.3 @@ -8,10 +8,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config STRACE_V_4_5_19
     1.8 +    bool
     1.9 +    prompt "4.5.19 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config STRACE_V_4_5_18
    1.13      bool
    1.14 -    prompt "4.5.18 (EXPERIMENTAL)"
    1.15 -    depends on EXPERIMENTAL
    1.16 +    prompt "4.5.18"
    1.17  
    1.18  config STRACE_V_4_5_17
    1.19      bool
    1.20 @@ -31,6 +35,7 @@
    1.21      string
    1.22  # Don't remove next line
    1.23  # CT_INSERT_VERSION_STRING_BELOW
    1.24 +    default "4.5.19" if STRACE_V_4_5_19
    1.25      default "4.5.18" if STRACE_V_4_5_18
    1.26      default "4.5.17" if STRACE_V_4_5_17
    1.27      default "4.5.16" if STRACE_V_4_5_16