aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 26c712e..1655cfd 100644
--- a/src/command.c
+++ b/src/command.c
@@ -87,7 +87,7 @@ int command_process(char *cmd)
void cmd_version(void)
{
- gdb_out("Black Magic Probe (Firmware 1.5, build " BUILDDATE ")\n");
+ gdb_out("Black Magic Probe (Firmware 1.5" VERSION_SUFFIX ", build " BUILDDATE ")\n");
gdb_out("Copyright (C) 2011 Black Sphere Technologies Ltd.\n");
gdb_out("License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>\n\n");