1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-08-17 21:41:03 +03:00

Bump version for fixed do_nvmctrl

This commit is contained in:
WestfW
2020-09-28 03:31:05 -07:00
parent eb4416a5f0
commit aa46aa0db8

View File

@@ -87,6 +87,8 @@
/**********************************************************/ /**********************************************************/
/* Edit History: */ /* Edit History: */
/* */ /* */
/* Sep 2020 */
/* 9.1 fix do_nvmctrl */
/* Aug 2019 */ /* Aug 2019 */
/* 9.0 Refactored for Mega0/Xtiny from optiboot.c */ /* 9.0 Refactored for Mega0/Xtiny from optiboot.c */
/* : */ /* : */
@@ -94,7 +96,7 @@
/**********************************************************/ /**********************************************************/
#define OPTIBOOT_MAJVER 9 #define OPTIBOOT_MAJVER 9
#define OPTIBOOT_MINVER 0 #define OPTIBOOT_MINVER 1
/* /*
* OPTIBOOT_CUSTOMVER should be defined (by the makefile) for custom edits * OPTIBOOT_CUSTOMVER should be defined (by the makefile) for custom edits