Browse Source

Bump the version number, since we've change the binary for an existing
platform (1284.)

Bill Westfield 13 years ago
parent
commit
215a47401f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      optiboot/bootloaders/optiboot/optiboot.c

+ 2 - 1
optiboot/bootloaders/optiboot/optiboot.c

@@ -133,6 +133,7 @@
 /* Edit History:					  */
 /*							  */
 /* Jan 2012:                                              */
+/* 4.5 WestfW: fix NRWW value for m1284.                  */
 /* 4.4 WestfW: use attribute OS_main instead of naked for */
 /*             main().  This allows optimizations that we */
 /*             count on, which are prohibited in naked    */
@@ -160,7 +161,7 @@
 /**********************************************************/
 
 #define OPTIBOOT_MAJVER 4
-#define OPTIBOOT_MINVER 4
+#define OPTIBOOT_MINVER 5
 
 #define MAKESTR(a) #a
 #define MAKEVER(a, b) MAKESTR(a*256+b)