From 92d5c6d159a66b79dcbfe83ce460fe9939b32433 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 19 Feb 2017 09:20:40 -0800 Subject: Upgrade GDB 7.12 -> 7.12.1 Signed-off-by: Alexey Neyman --- config/debug/gdb.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 0bf17403..2ba259de 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -67,9 +67,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config GDB_V_7_12 +config GDB_V_7_12_1 bool - prompt "7.12" + prompt "7.12.1" select GDB_7_12_or_later config GDB_V_7_11 @@ -278,7 +278,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "7.12" if GDB_V_7_12 + default "7.12.1" if GDB_V_7_12_1 default "7.11" if GDB_V_7_11 default "7.10.1" if GDB_V_7_10_1 default "7.10" if GDB_V_7_10 -- cgit v1.2.3