diff --git a/avr/usbload/command.c b/avr/usbload/command.c index d0ee599..e56a73c 100644 --- a/avr/usbload/command.c +++ b/avr/usbload/command.c @@ -134,7 +134,7 @@ void banner() info_P(PSTR("\n")); info_P(PSTR(" www.optixx.org\n")); info_P(PSTR("\n")); - info_P(PSTR("System Hw: %s Sw: %s\n"), HW_VERSION, SW_VERSION); + info_P(PSTR("Hardware Version: %s Software Version: %s Build Date: %s \n"), HW_VERSION, SW_VERSION, __DATE__ ); } diff --git a/avr/usbload/config.h b/avr/usbload/config.h index 73968c4..bb4719b 100644 --- a/avr/usbload/config.h +++ b/avr/usbload/config.h @@ -46,7 +46,7 @@ #define FORMAT_BUFFER_LEN 0x080 #define RECEIVE_BUF_LEN 0x030 #define HW_VERSION "2.6" -#define SW_VERSION "1.0" +#define SW_VERSION "1.1" #define DO_CRC_CHECK_LOADER 0 #define DO_CRC_CHECK 0