Skip to content

Commit e28b716

Browse files
committed
Update version to reflect previous edit. Sigh.
1 parent 6f7687b commit e28b716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hardware/arduino/bootloaders/optiboot/optiboot.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,13 @@
132132
/**********************************************************/
133133
/* Edit History: */
134134
/* */
135+
/* 4.2 WestfW: reduce code size, fix timeouts, change */
136+
/* verifySpace to use WDT instead of appstart */
135137
/* 4.1 WestfW: put version number in binary. */
136138
/**********************************************************/
137139

138140
#define OPTIBOOT_MAJVER 4
139-
#define OPTIBOOT_MINVER 1
141+
#define OPTIBOOT_MINVER 2
140142

141143
#define MAKESTR(a) #a
142144
#define MAKEVER(a, b) MAKESTR(a*256+b)

0 commit comments

Comments
 (0)