[gnoduino: 159/237] Update version to reflect previous edit. Sigh. (cherry picked from commit e28b716f88968477fa0f42dbd



commit 28b402fd437e5dd441244cb0d9c43efbf4e22c70
Author: WestfW <westfw gmail com>
Date:   Fri Jun 10 23:16:21 2011 -0700

    Update version to reflect previous edit.  Sigh.
    (cherry picked from commit e28b716f88968477fa0f42dbd88c539573e91886)

 arduino/bootloaders/optiboot/optiboot.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/arduino/bootloaders/optiboot/optiboot.c b/arduino/bootloaders/optiboot/optiboot.c
index 8940359..8dbe1bf 100644
--- a/arduino/bootloaders/optiboot/optiboot.c
+++ b/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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]