diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-02 09:11:18 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-02 09:11:18 +0000 |
commit | 12c13acdf8761f4bc2931d07bce56f888f369876 (patch) | |
tree | cd13d18e13891f13983b5bff597c74a91102cfe1 | |
parent | 35000e10d019cf1e729fe2ef64b1e153bdc73823 (diff) | |
download | openocd+libswd-12c13acdf8761f4bc2931d07bce56f888f369876.tar.gz openocd+libswd-12c13acdf8761f4bc2931d07bce56f888f369876.tar.bz2 openocd+libswd-12c13acdf8761f4bc2931d07bce56f888f369876.tar.xz openocd+libswd-12c13acdf8761f4bc2931d07bce56f888f369876.zip |
zy1000 1.53 snapshot
git-svn-id: svn://svn.berlios.de/openocd/trunk@2451 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/jtag/zy1000/zy1000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/zy1000/zy1000.c b/src/jtag/zy1000/zy1000.c index 495ff48e..0c2ceaa7 100644 --- a/src/jtag/zy1000/zy1000.c +++ b/src/jtag/zy1000/zy1000.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by Øyvind Harboe * + * Copyright (C) 2007-2008 by �yvind Harboe * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -28,7 +28,7 @@ #include <cyg/hal/hal_diag.h> -#define ZYLIN_VERSION "1.52" +#define ZYLIN_VERSION "1.53" #define ZYLIN_DATE __DATE__ #define ZYLIN_TIME __TIME__ #define ZYLIN_OPENOCD "$Revision$" |