From 4ae5060ec81b4d4673a4091acd00e16edf16007e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 28 Oct 2009 19:00:34 +0100 Subject: debug/strace: add latest version, unmarkprevious EXPERIMENTAL Also propagate the patchset from 4.5.18 to 4.5.19. --- config/debug/strace.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/debug/strace.in b/config/debug/strace.in index 8f6ce0de..4fc58462 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 -- cgit v1.2.3