From aa46aa0db80c43392bbf7d80da024caf0d3c242f Mon Sep 17 00:00:00 2001 From: WestfW Date: Mon, 28 Sep 2020 03:31:05 -0700 Subject: [PATCH] Bump version for fixed do_nvmctrl --- optiboot/bootloaders/optiboot/optiboot_x.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/optiboot/bootloaders/optiboot/optiboot_x.c b/optiboot/bootloaders/optiboot/optiboot_x.c index f91bbbb..83dd413 100644 --- a/optiboot/bootloaders/optiboot/optiboot_x.c +++ b/optiboot/bootloaders/optiboot/optiboot_x.c @@ -87,6 +87,8 @@ /**********************************************************/ /* Edit History: */ /* */ +/* Sep 2020 */ +/* 9.1 fix do_nvmctrl */ /* Aug 2019 */ /* 9.0 Refactored for Mega0/Xtiny from optiboot.c */ /* : */ @@ -94,7 +96,7 @@ /**********************************************************/ #define OPTIBOOT_MAJVER 9 -#define OPTIBOOT_MINVER 0 +#define OPTIBOOT_MINVER 1 /* * OPTIBOOT_CUSTOMVER should be defined (by the makefile) for custom edits