From 4e1dd451dc0dd0bc03e59c1b181650d88ee6f235 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Tue, 4 Sep 2012 16:35:55 +0200 Subject: cleo/tools/openocd: hard-code SVN version and add "git-" prefix, refs #3331 As SVN version is not available, we hard-code it and prefix the version we get with git. --- cleopatre/tools/openocd-r668/src/openocd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cleopatre') diff --git a/cleopatre/tools/openocd-r668/src/openocd.c b/cleopatre/tools/openocd-r668/src/openocd.c index 8f6129bb75..265f3a0005 100644 --- a/cleopatre/tools/openocd-r668/src/openocd.c +++ b/cleopatre/tools/openocd-r668/src/openocd.c @@ -18,7 +18,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn:" PKGBLDREV +#define OPENOCD_VERSION "Open On-Chip Debugger " VERSION " (" PKGBLDDATE ") svn-r668:(git-" PKGBLDREV ")" #ifdef HAVE_CONFIG_H #include "config.h" -- cgit v1.2.3