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.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 8f6ce0d..4fc5846 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -8,11 +8,15 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config STRACE_V_4_5_18
+config STRACE_V_4_5_19
bool
- prompt "4.5.18 (EXPERIMENTAL)"
+ prompt "4.5.19 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config STRACE_V_4_5_18
+ bool
+ prompt "4.5.18"
+
config STRACE_V_4_5_17
bool
prompt "4.5.17"
@@ -31,6 +35,7 @@ config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.5.19" if STRACE_V_4_5_19
default "4.5.18" if STRACE_V_4_5_18
default "4.5.17" if STRACE_V_4_5_17
default "4.5.16" if STRACE_V_4_5_16