From e28b716f88968477fa0f42dbd88c539573e91886 Mon Sep 17 00:00:00 2001 From: WestfW Date: Fri, 10 Jun 2011 23:16:21 -0700 Subject: [PATCH] Update version to reflect previous edit. Sigh. --- hardware/arduino/bootloaders/optiboot/optiboot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware/arduino/bootloaders/optiboot/optiboot.c b/hardware/arduino/bootloaders/optiboot/optiboot.c index 89403591b..8dbe1bfbb 100644 --- a/hardware/arduino/bootloaders/optiboot/optiboot.c +++ b/hardware/arduino/bootloaders/optiboot/optiboot.c @@ -132,11 +132,13 @@ /**********************************************************/ /* Edit History: */ /* */ +/* 4.2 WestfW: reduce code size, fix timeouts, change */ +/* verifySpace to use WDT instead of appstart */ /* 4.1 WestfW: put version number in binary. */ /**********************************************************/ #define OPTIBOOT_MAJVER 4 -#define OPTIBOOT_MINVER 1 +#define OPTIBOOT_MINVER 2 #define MAKESTR(a) #a #define MAKEVER(a, b) MAKESTR(a*256+b)