From ffdadcf8dffd7f9c750c21fdc9bad0c2e94d0b98 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 7 May 2018 00:04:54 +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 76a3c6c14..4c349e770 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -17,8 +17,8 @@ * 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 (2) -#define FIRMWARE_VERSION_MINOR (9) +#define FIRMWARE_VERSION_MAJOR (3) +#define FIRMWARE_VERSION_MINOR (0) #define FIRMWARE_VERSION_PATCH (0) /**