From 87817f37f35444e8124196ca1d61c6235af9dd88 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 7 Feb 2020 21:56:13 +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 159538cda..44777be38 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 (5) -#define FIRMWARE_VERSION_PATCH (3) +#define FIRMWARE_VERSION_MINOR (6) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.