aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorGareth McMullin2015-04-03 21:02:01 -0700
committerGareth McMullin2015-04-03 21:02:01 -0700
commit482070c91b0cc5a5f16c02a30e26e306685566bb (patch)
treebd590a1651a7265326c1ed946b099853e19a43ab /src/command.c
parent865beaba981582f2a2206928c58a3a55350f4d38 (diff)
parent97824b7f0230a5fe0e101a444d4ba7d6f625f01d (diff)
Merge branch 'v1.6-branch'
Conflicts: src/Makefile src/platforms/stlink/platform.h src/platforms/swlink/platform.h
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 2c2a198..8e20960 100644
--- a/src/command.c
+++ b/src/command.c
@@ -30,6 +30,7 @@
#include "target.h"
#include "morse.h"
#include "adiv5.h"
+#include "version.h"
#ifdef PLATFORM_HAS_TRACESWO
# include "traceswo.h"
@@ -107,8 +108,8 @@ int command_process(target *t, char *cmd)
bool cmd_version(void)
{
- 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("Black Magic Probe (Firmware " FIRMWARE_VERSION ")\n");
+ gdb_out("Copyright (C) 2015 Black Sphere Technologies Ltd.\n");
gdb_out("License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>\n\n");