mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: prepare for 3.9.9beta2
This commit is contained in:
parent
60001cac05
commit
37c0666969
@ -6,13 +6,13 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.9.9beta1"
|
||||
#define THISFIRMWARE "ArduPlane V3.9.9beta2"
|
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,9,8,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define FIRMWARE_VERSION 3,9,8,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
#define FW_MAJOR 3
|
||||
#define FW_MINOR 9
|
||||
#define FW_PATCH 9
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user