Merge pull request #1771 from openmv/firmware_version

Bump firmware version.
This commit is contained in:
Ibrahim Abdelkader 2023-01-21 11:23:48 +02:00 committed by GitHub
commit 20ffb61309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@
*
*/
#define FIRMWARE_VERSION_MAJOR (4)
#define FIRMWARE_VERSION_MINOR (3)
#define FIRMWARE_VERSION_PATCH (4)
#define FIRMWARE_VERSION_MINOR (4)
#define FIRMWARE_VERSION_PATCH (0)
/**
* To add a new debugging command, increment the last command value used.