From b09aa72e38eae2d704f68c00e8e2c91c0cfe782f Mon Sep 17 00:00:00 2001 From: optixx Date: Tue, 9 Feb 2016 21:39:36 +0100 Subject: [PATCH] Update software version --- avr/usbload/command.c | 2 +- avr/usbload/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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