Bump version to 1.5.1

This new version number doesn't add anything to the AVR version of the
firmware. However, it signifies the release of the ARM version.
This commit is contained in:
Doug Brown 2023-09-08 22:03:08 -07:00
parent bec8d4bc5b
commit a4e63dae41
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
/// Version info to respond with
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_REVISION 0
#define VERSION_REVISION 1
/// The number of erase sector groups we know about currently.
/// If it's zero, we don't know, so fall back to defaults.