Add latest (EXPERIMENTAL) ltrace version 0.5.1 (from the debian package repository).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 21:08:39 2009 +0000 (2009-02-02)
changeset 1197f379ee57b01e
parent 1196 da00c12d9ac8
child 1198 5b6539923eea
Add latest (EXPERIMENTAL) ltrace version 0.5.1 (from the debian package repository).

/trunk/config/debug/ltrace.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
config/debug/ltrace.in
     1.1 --- a/config/debug/ltrace.in	Mon Feb 02 21:07:48 2009 +0000
     1.2 +++ b/config/debug/ltrace.in	Mon Feb 02 21:08:39 2009 +0000
     1.3 @@ -20,6 +20,11 @@
     1.4      bool
     1.5      prompt "0.5"
     1.6  
     1.7 +config LTRACE_V_0_5_1
     1.8 +    bool
     1.9 +    prompt "0.5.1  (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 @@ -28,5 +33,6 @@
    1.16      string
    1.17      default "0.4" if LTRACE_V_0_4
    1.18      default "0.5" if LTRACE_V_0_5
    1.19 +    default "0.5.1" if LTRACE_V_0_5_1
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # # Don't remove above line!