From 4ab1c15bac38432150c04c9010a3a5eb0e489077 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 30 Apr 2019 17:57:01 +0200 Subject: [PATCH] Bump firmware version. --- src/omv/usbdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index c9adbb584..9571cd8dd 100644 --- a/src/omv/usbdbg.h +++ b/src/omv/usbdbg.h @@ -19,7 +19,7 @@ */ #define FIRMWARE_VERSION_MAJOR (3) #define FIRMWARE_VERSION_MINOR (4) -#define FIRMWARE_VERSION_PATCH (0) +#define FIRMWARE_VERSION_PATCH (1) /** * To add a new debugging command, increment the last command value used.