wip
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 26 Sep 2008 07:58:36 +0000 (07:58 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 26 Sep 2008 07:58:36 +0000 (07:58 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1006 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/ecosboard.c

index 44c0f0b9bf6d25b00a826064ffaff5374eb8f0a6..d11190032e872e77d7cfff4859a99474863d3ec0 100644 (file)
@@ -96,10 +96,12 @@ struct tftpd_fileops fileops =
 \r
 #endif\r
 \r
-#define ZYLIN_VERSION "1.42"\r
+#define ZYLIN_VERSION "1.43"\r
 #define ZYLIN_DATE __DATE__\r
 #define ZYLIN_TIME __TIME__\r
-#define ZYLIN_OPENOCD 921\r
+/* hmmm....  we can't pick up the right # during build if we've checked this out\r
+ * in Eclipse... arrggghh...*/\r
+#define ZYLIN_OPENOCD 1005\r
 #define ZYLIN_OPENOCD_VERSION "Zylin JTAG ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE " " ZYLIN_TIME\r
 #define ZYLIN_CONFIG_DIR "/config/settings"\r
 \r