diff --git a/src/omv/usbdbg.h b/src/omv/usbdbg.h index 05c23cf02..da05e14bf 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 (1) -#define FIRMWARE_VERSION_MINOR (9) +#define FIRMWARE_VERSION_MAJOR (2) +#define FIRMWARE_VERSION_MINOR (0) #define FIRMWARE_VERSION_PATCH (0) /** diff --git a/usr/openmv-ide.py b/usr/openmv-ide.py index e395b18d0..64e320d67 100755 --- a/usr/openmv-ide.py +++ b/usr/openmv-ide.py @@ -27,8 +27,8 @@ else: IDE_DIR=os.path.dirname(os.path.realpath(__file__)) BUNDLE_DIR = IDE_DIR -FIRMWARE_VERSION_MAJOR = 1 -FIRMWARE_VERSION_MINOR = 9 +FIRMWARE_VERSION_MAJOR = 2 +FIRMWARE_VERSION_MINOR = 0 FIRMWARE_VERSION_PATCH = 0 RELEASE_TAG_NAME = 'v1.9'