From 0dfdc25bb27a6cf56f13a1f9a1c1b233d6aab107 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Fri, 18 Feb 2011 13:50:21 +1300 Subject: Added git info to version output. Fixed memory leak in SWD mode. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') 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 " "\n\n"); -- cgit v1.2.3