summaryrefslogtreecommitdiff
path: root/config/debug/strace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/strace.in')
-rw-r--r--config/debug/strace.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 49be38c..566df18 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -24,6 +24,11 @@ config STRACE_V_4_5_16
bool
prompt "4.5.16"
+config STRACE_V_4_5_18
+ bool
+ prompt "4.5.18 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -34,5 +39,6 @@ config STRACE_VERSION
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.18" if STRACE_V_4_5_18
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!