mirror of https://github.com/ArduPilot/ardupilot
Blimp: Update output to current version
This commit is contained in:
parent
c853694f7a
commit
b562d5c865
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue