From 4221c18682b8733124ff6e0bf0322308b86028ab Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Fri, 8 Sep 2023 22:03:08 -0700 Subject: [PATCH] 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. --- simm_programmer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simm_programmer.c b/simm_programmer.c index e2f7305..5ba5f16 100644 --- a/simm_programmer.c +++ b/simm_programmer.c @@ -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.