From eb0ad87b2a0444ae293979f3a8794a1961e83eb0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 15 Feb 2008 21:18:10 +0000 Subject: Robert P. J. DAY says: Add support for the selection of strace-4.5.16, including an updated set of patches from strace-4.5.15. --- config/debug/strace.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/debug') diff --git a/config/debug/strace.in b/config/debug/strace.in index 7a388c6d..234556ae 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -25,6 +25,10 @@ config STRACE_V_4_5_15 bool prompt "4.5.15" +config STRACE_V_4_5_16 + bool + prompt "4.5.16" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -34,6 +38,7 @@ config STRACE_VERSION default "4.5" if STRACE_V_4_5 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 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line! -- cgit v1.2.3