summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorJérémy Dufour2012-09-04 16:35:55 +0200
committerJérémy Dufour2012-10-17 10:21:16 +0200
commit4e1dd451dc0dd0bc03e59c1b181650d88ee6f235 (patch)
tree9c34abfdd3edf5eb33c1589bc52a4b5e4c6e50d8 /cleopatre
parentd347a320e6a7be1274bb2079abc4673c57c3db21 (diff)
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.
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/tools/openocd-r668/src/openocd.c2
1 files changed, 1 insertions, 1 deletions
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"