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.in28
1 files changed, 12 insertions, 16 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 4fcaa73..0b9e446 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -8,31 +8,28 @@ 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_17
- bool
- prompt "4.5.17"
-
-config STRACE_V_4_5_16
+config STRACE_V_4_5_18
bool
- prompt "4.5.16"
+ prompt "4.5.18"
-config STRACE_V_4_5_15
+config STRACE_V_4_5_17
bool
- prompt "4.5.15"
+ prompt "4.5.17 (OBSOLETE)"
+ depends on OBSOLETE
-config STRACE_V_4_5_14
+config STRACE_V_4_5_16
bool
- prompt "4.5.14 (OBSOLETE)"
+ prompt "4.5.16 (OBSOLETE)"
depends on OBSOLETE
-config STRACE_V_4_5
+config STRACE_V_4_5_15
bool
- prompt "4.5 (OBSOLETE)"
+ prompt "4.5.15 (OBSOLETE)"
depends on OBSOLETE
endchoice
@@ -41,9 +38,8 @@ 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
default "4.5.15" if STRACE_V_4_5_15
- default "4.5.14" if STRACE_V_4_5_14
- default "4.5" if STRACE_V_4_5