From 63c3ee85c20eeabb22ad2bd26b3b620c49244cc1 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 4 Jun 2017 20:52:02 +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 0ddcddaa1..7f6346428 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -18,8 +18,8 @@ * the IDE will Not connect if the major version number is different. */ #define FIRMWARE_VERSION_MAJOR (2) -#define FIRMWARE_VERSION_MINOR (4) -#define FIRMWARE_VERSION_PATCH (1) +#define FIRMWARE_VERSION_MINOR (5) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used.