Update version to reflect previous edit. Sigh.

This commit is contained in:
WestfW 2011-06-10 23:16:21 -07:00
parent 6f7687b0f9
commit e28b716f88
1 changed files with 3 additions and 1 deletions

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)