From: Leo C Date: Tue, 21 Jun 2016 15:45:23 +0000 (+0200) Subject: Version 0.6.8.1 X-Git-Tag: hexrel-6.8.1 X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/commitdiff_plain/refs/tags/hexrel-6.8.1 Version 0.6.8.1 --- diff --git a/avr/cmd_mem.c b/avr/cmd_mem.c index 2ddeab7..315cd71 100644 --- a/avr/cmd_mem.c +++ b/avr/cmd_mem.c @@ -271,9 +271,6 @@ command_ret_t do_mem_mdc ( cmd_tbl_t *cmdtp, int flag, int argc, char * const ar --optind; } - printf_P(PSTR("# argc: %d, optind: %d, argv[optind+3]: '%s'\n"), - argc, optind, argv[optind+3]); - if (argc-optind != 4) return CMD_RET_USAGE; diff --git a/include/config.h b/include/config.h index e75b596..c276e80 100644 --- a/include/config.h +++ b/include/config.h @@ -8,7 +8,7 @@ #define CONFIG_H /* Version */ -#define VERSION "0.6.8" +#define VERSION "0.6.8.1" /* Environment variables */