summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avr/z180-serv.c2
-rw-r--r--include/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index d8e412f..25ffc9c 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -24,7 +24,7 @@
#include "bcd.h"
#include "rtc.h"
-#define DEBUG_CPM_SDIO 1 /* set to 1 to debug */
+#define DEBUG_CPM_SDIO 0 /* set to 1 to debug */
#define debug_cpmsd(fmt, args...) \
debug_cond(DEBUG_CPM_SDIO, fmt, ##args)
diff --git a/include/config.h b/include/config.h
index d0a1b31..1f6e5ac 100644
--- a/include/config.h
+++ b/include/config.h
@@ -8,7 +8,7 @@
#define CONFIG_H
/* Version */
-#define VERSION "0.6.6.1"
+#define VERSION "0.6.7.1"
/* Environment variables */