summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 6b27121..aa5c058 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -15,6 +15,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LTRACE_V_0_7_3
+ bool
+ prompt "0.7.3"
+
config LTRACE_V_0_5_3
bool
prompt "0.5.3"
@@ -30,6 +34,7 @@ config LTRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "0.7.3" if LTRACE_V_0_7_3
default "0.5.3" if LTRACE_V_0_5_3
default "0.5.2" if LTRACE_V_0_5_2