[gnoduino: 52/237] Update version to reflect previous edit. Sigh.
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino: 52/237] Update version to reflect previous edit. Sigh.
- Date: Sat, 31 Mar 2012 20:19:11 +0000 (UTC)
commit 5f26a2a343d89e7d3ce888ab51551edb17c02f6a
Author: WestfW <westfw gmail com>
Date: Fri Jun 10 23:16:21 2011 -0700
Update version to reflect previous edit. Sigh.
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]