Skip to content

Commit

Permalink
Upgrade GDB 7.12 -> 7.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Feb 19, 2017
1 parent eb8c902 commit 92d5c6d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/debug/gdb.in
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 92d5c6d

Please sign in to comment.