From c4409c2acd81bd4f2ae95f040f9954f8735e4183 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 21 Jan 2023 11:22:19 +0200 Subject: [PATCH] Bump firmware version. --- src/omv/common/usbdbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/omv/common/usbdbg.h b/src/omv/common/usbdbg.h index aaf9567d8..1a8338c6c 100644 --- a/src/omv/common/usbdbg.h +++ b/src/omv/common/usbdbg.h @@ -16,8 +16,8 @@ * */ #define FIRMWARE_VERSION_MAJOR (4) -#define FIRMWARE_VERSION_MINOR (3) -#define FIRMWARE_VERSION_PATCH (4) +#define FIRMWARE_VERSION_MINOR (4) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.