From: oharboe Date: Thu, 2 Apr 2009 10:17:36 +0000 (+0000) Subject: zy1000 1.50 snapshot. fix problem with empty file names. X-Git-Tag: v0.2.0~1066 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b05549d59d2cdd255cfdc4441a989b925c8ed2a;p=openocd zy1000 1.50 snapshot. fix problem with empty file names. git-svn-id: svn://svn.berlios.de/openocd/trunk@1436 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/jtag/zy1000.c b/src/jtag/zy1000.c index 5ac2633b..2ec4866d 100644 --- a/src/jtag/zy1000.c +++ b/src/jtag/zy1000.c @@ -32,7 +32,7 @@ #include -#define ZYLIN_VERSION "1.49" +#define ZYLIN_VERSION "1.50" #define ZYLIN_DATE __DATE__ #define ZYLIN_TIME __TIME__ #define ZYLIN_OPENOCD "$Revision: 1241 $"