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.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 566df18..eae6d01 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -24,6 +24,10 @@ config STRACE_V_4_5_16
bool
prompt "4.5.16"
+config STRACE_V_4_5_17
+ bool
+ prompt "4.5.17"
+
config STRACE_V_4_5_18
bool
prompt "4.5.18 (EXPERIMENTAL)"
@@ -39,6 +43,7 @@ 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.17" if STRACE_V_4_5_17
default "4.5.18" if STRACE_V_4_5_18
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!