mirror of https://github.com/ArduPilot/ardupilot
Plane: prepare for 3.9.1beta3
This commit is contained in:
parent
ca198434b5
commit
68addcb55a
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
#include "ap_version.h"
|
#include "ap_version.h"
|
||||||
|
|
||||||
#define THISFIRMWARE "ArduPlane V3.9.1beta2"
|
#define THISFIRMWARE "ArduPlane V3.9.1beta3"
|
||||||
|
|
||||||
// the following line is parsed by the autotest scripts
|
// the following line is parsed by the autotest scripts
|
||||||
#define FIRMWARE_VERSION 3,9,1,FIRMWARE_VERSION_TYPE_BETA+1
|
#define FIRMWARE_VERSION 3,9,1,FIRMWARE_VERSION_TYPE_BETA+2
|
||||||
|
|
||||||
#define FW_MAJOR 3
|
#define FW_MAJOR 3
|
||||||
#define FW_MINOR 9
|
#define FW_MINOR 9
|
||||||
#define FW_PATCH 1
|
#define FW_PATCH 1
|
||||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+1
|
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+2
|
||||||
|
|
Loading…
Reference in New Issue