Blimp: Update output to current version

This commit is contained in:
Michelle Rossouw 2022-04-21 11:50:38 +10:00 committed by Randy Mackay
parent c853694f7a
commit b562d5c865
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
#include "ap_version.h"
#define THISFIRMWARE "Blimp V4.1.0-dev"
#define THISFIRMWARE "Blimp V4.3.0-dev"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,1,0,FIRMWARE_VERSION_TYPE_DEV
#define FIRMWARE_VERSION 4,3,0,FIRMWARE_VERSION_TYPE_DEV
#define FW_MAJOR 4
#define FW_MINOR 1
#define FW_MINOR 3
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV