From 923293928a518c695d9100279cdc05d0e1055414 Mon Sep 17 00:00:00 2001 From: oharboe Date: Thu, 2 Apr 2009 10:22:22 +0000 Subject: fix keyword expansion git-svn-id: svn://svn.berlios.de/openocd/trunk@1437 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/zy1000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jtag/zy1000.c b/src/jtag/zy1000.c index 2ec4866d..a37ffb5b 100644 --- a/src/jtag/zy1000.c +++ b/src/jtag/zy1000.c @@ -35,7 +35,7 @@ #define ZYLIN_VERSION "1.50" #define ZYLIN_DATE __DATE__ #define ZYLIN_TIME __TIME__ -#define ZYLIN_OPENOCD "$Revision: 1241 $" +#define ZYLIN_OPENOCD "$Revision$" #define ZYLIN_OPENOCD_VERSION "Zylin JTAG ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE " " ZYLIN_TIME const char *zylin_config_dir="/config/settings"; -- cgit v1.2.3