summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 18:00:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 18:00:34 (GMT)
commit4ae5060ec81b4d4673a4091acd00e16edf16007e (patch)
treebbcc8ce47a567fb8dfc1e7064bd2ee3d06c5ae85 /config
parent17d149e8b24ae4fd651de06438373779224692f1 (diff)
debug/strace: add latest version, unmarkprevious EXPERIMENTAL
Also propagate the patchset from 4.5.18 to 4.5.19.
Diffstat (limited to 'config')
-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