diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-04 14:25:05 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-04 14:25:05 +0000 |
commit | dacf9095fbb86197ab74ac8963b06c32e8bd118f (patch) | |
tree | 404c1b2119d1d325d2a03c4549031b21cfd80bcc | |
parent | 270f9aa0213e34b490b551be86dd4a5217cf0c35 (diff) | |
download | openocd_libswd-dacf9095fbb86197ab74ac8963b06c32e8bd118f.tar.gz openocd_libswd-dacf9095fbb86197ab74ac8963b06c32e8bd118f.tar.bz2 openocd_libswd-dacf9095fbb86197ab74ac8963b06c32e8bd118f.tar.xz openocd_libswd-dacf9095fbb86197ab74ac8963b06c32e8bd118f.zip |
zy1000 1.48 snapshot
git-svn-id: svn://svn.berlios.de/openocd/trunk@1213 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/ecosboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index b6fbc495..34bb5589 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -98,7 +98,7 @@ struct tftpd_fileops fileops = #endif -#define ZYLIN_VERSION "1.47" +#define ZYLIN_VERSION "1.48" #define ZYLIN_DATE __DATE__ #define ZYLIN_TIME __TIME__ /* hmmm.... we can't pick up the right # during build if we've checked this out |