From e4ee55eefb0aa9225f738b607cc5196c5206aa6e Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 27 Jul 2016 22:18:43 +0300 Subject: [PATCH] Update firmware version. --- src/omv/usbdbg.h | 4 ++-- usr/openmv-ide.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index 3cd31cb36..f9649d122 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 (1) -#define FIRMWARE_VERSION_MINOR (5) -#define FIRMWARE_VERSION_PATCH (1) +#define FIRMWARE_VERSION_MINOR (6) +#define FIRMWARE_VERSION_PATCH (0) /** * To add a new debugging command, increment the last command value used. diff --git a/usr/openmv-ide.py b/usr/openmv-ide.py index 943a20829..a146701e9 100755 --- a/usr/openmv-ide.py +++ b/usr/openmv-ide.py @@ -28,10 +28,10 @@ else: BUNDLE_DIR = IDE_DIR FIRMWARE_VERSION_MAJOR = 1 -FIRMWARE_VERSION_MINOR = 5 +FIRMWARE_VERSION_MINOR = 6 FIRMWARE_VERSION_PATCH = 0 -RELEASE_TAG_NAME = 'v1.5' +RELEASE_TAG_NAME = 'v1.6' RELEASE_URL = 'https://api.github.com/repos/openmv/openmv/releases/latest' SCALE =1