Skip to content

Commit 0ad7a6d

Browse files
WestfWdamellis
authored andcommitted
Update version to reflect previous edit. Sigh.
(cherry picked from commit e28b716f88968477fa0f42dbd88c539573e91886)
1 parent c7af506 commit 0ad7a6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootloaders/optiboot/optiboot.c

Lines changed: 3 additions & 1 deletion
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)