From bbe1b53b98e1f7e0659fcadd51be67adf4956f9a Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 12 Oct 2020 20:25:34 +0200 Subject: [PATCH] Bump firmware version. --- src/omv/usbdbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index 47a5cee45..d49bbc5e0 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -20,8 +20,8 @@ * the IDE will Not connect if the major version number is different. */ #define FIRMWARE_VERSION_MAJOR (3) -#define FIRMWARE_VERSION_MINOR (6) -#define FIRMWARE_VERSION_PATCH (9) +#define FIRMWARE_VERSION_MINOR (7) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.