1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

Update version to reflect previous edit. Sigh.

(cherry picked from commit e28b716f88968477fa0f42dbd88c539573e91886)
This commit is contained in:
WestfW 2011-06-10 23:16:21 -07:00 committed by David A. Mellis
parent 07a88dc998
commit 93f7515ecf

View File

@ -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)