Update version to reflect previous edit. Sigh.

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

View File

@ -132,11 +132,13 @@
/**********************************************************/ /**********************************************************/
/* Edit History: */ /* 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. */ /* 4.1 WestfW: put version number in binary. */
/**********************************************************/ /**********************************************************/
#define OPTIBOOT_MAJVER 4 #define OPTIBOOT_MAJVER 4
#define OPTIBOOT_MINVER 1 #define OPTIBOOT_MINVER 2
#define MAKESTR(a) #a #define MAKESTR(a) #a
#define MAKEVER(a, b) MAKESTR(a*256+b) #define MAKEVER(a, b) MAKESTR(a*256+b)