summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-06-25 20:44:25 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-06-25 20:44:25 +0000
commitd4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50 (patch)
treee93591472f0a6531631143da80ec9400f7fa09ab /src/openocd.c
parentdb0264db2af7c86959aeb821504c9dcd72134425 (diff)
downloadopenocd_libswd-d4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50.tar.gz
openocd_libswd-d4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50.tar.bz2
openocd_libswd-d4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50.tar.xz
openocd_libswd-d4d36b0a9a778caec77fb8e4ce5b1e406d5a8f50.zip
- changed use of bzero (deprecated) to memset (thanks to Spen for pointing this out)
- changed fallback implementation of strndup to something that works on all systems (thanks to Spen for this patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@75 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 229fd916..b8392911 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger (2006-06-25 13:15 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2006-06-25 22:45 CEST)"
#ifdef HAVE_CONFIG_H
#include <config.h>