From: oharboe at B. <oh...@ma...> - 2009-04-02 12:22:23
|
Author: oharboe Date: 2009-04-02 12:22:22 +0200 (Thu, 02 Apr 2009) New Revision: 1437 Modified: trunk/src/jtag/zy1000.c Log: fix keyword expansion Modified: trunk/src/jtag/zy1000.c =================================================================== --- trunk/src/jtag/zy1000.c 2009-04-02 10:17:36 UTC (rev 1436) +++ trunk/src/jtag/zy1000.c 2009-04-02 10:22:22 UTC (rev 1437) @@ -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"; Property changes on: trunk/src/jtag/zy1000.c ___________________________________________________________________ Name: svn:keywords + Revision Id URL |