From 80cc1f3baf617a25ed8d911cb1dc0b13bb7a9c14 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 27 Mar 2021 00:38:36 +0200 Subject: [PATCH] Bump firmware version. --- src/omv/common/usbdbg.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/omv/common/usbdbg.h b/src/omv/common/usbdbg.h index 7f175460a..16797ad74 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -11,17 +11,12 @@ #ifndef __USBDBG_H__ #define __USBDBG_H__ /** - * Firmware major, minor and patch versions. - * Increment the major version if the ABI has changed. - * Increment the minor version when a new command is added. - * Increment the patch version for fixes that don't affect the ABI. + * Firmware version (major, minor and patch numbers). * - * Note: incrementing the major version will require a fw upgrade, - * the IDE will Not connect if the major version number is different. */ #define FIRMWARE_VERSION_MAJOR (3) #define FIRMWARE_VERSION_MINOR (9) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_PATCH (5) /** * To add a new debugging command, increment the last command value used.