summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-09 11:23:54 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-09 11:23:54 +0000
commita5dd5a45f3a44db85e41f2db05a2b0365e060e80 (patch)
tree03e7e938805ea694a1a56cfd657b39cd05afc9d2 /src/ecosboard.c
parentd798871a99fe27aa32b8e82f3cf9f87c5ea430d7 (diff)
downloadopenocd+libswd-a5dd5a45f3a44db85e41f2db05a2b0365e060e80.tar.gz
openocd+libswd-a5dd5a45f3a44db85e41f2db05a2b0365e060e80.tar.bz2
openocd+libswd-a5dd5a45f3a44db85e41f2db05a2b0365e060e80.tar.xz
openocd+libswd-a5dd5a45f3a44db85e41f2db05a2b0365e060e80.zip
zy1000 1.44 snapshot
git-svn-id: svn://svn.berlios.de/openocd/trunk@1034 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 182fc5c5..7a8c6cb2 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -96,12 +96,12 @@ struct tftpd_fileops fileops =
#endif
-#define ZYLIN_VERSION "1.43"
+#define ZYLIN_VERSION "1.44"
#define ZYLIN_DATE __DATE__
#define ZYLIN_TIME __TIME__
/* hmmm.... we can't pick up the right # during build if we've checked this out
* in Eclipse... arrggghh...*/
-#define ZYLIN_OPENOCD 1005
+#define ZYLIN_OPENOCD 1033
#define ZYLIN_OPENOCD_VERSION "Zylin JTAG ZY1000 " ZYLIN_VERSION " " ZYLIN_DATE " " ZYLIN_TIME
#define ZYLIN_CONFIG_DIR "/config/settings"