From 93d8722fc18b14ae028d27d8707b3595865a18a0 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 1 Jun 2025 17:40:23 +0200 Subject: [PATCH] misc: Bump firmware version. --- common/usbdbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/usbdbg.h b/common/usbdbg.h index f3136fd0d..f6644cc91 100644 --- a/common/usbdbg.h +++ b/common/usbdbg.h @@ -30,8 +30,8 @@ * Firmware version (major, minor and patch numbers). */ #define FIRMWARE_VERSION_MAJOR (4) -#define FIRMWARE_VERSION_MINOR (6) -#define FIRMWARE_VERSION_PATCH (20) +#define FIRMWARE_VERSION_MINOR (7) +#define FIRMWARE_VERSION_PATCH (0) #define USBDBG_BAUDRATE_SLOW (921600) #define USBDBG_BAUDRATE_FAST (12000000)