mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
Plane: prepare for 3.9.9beta4
This commit is contained in:
parent
b842d9d4af
commit
ef9c65c136
@ -6,13 +6,13 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.9.9beta3"
|
||||
#define THISFIRMWARE "ArduPlane V3.9.9beta4"
|
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,9,8,FIRMWARE_VERSION_TYPE_BETA+2
|
||||
#define FIRMWARE_VERSION 3,9,8,FIRMWARE_VERSION_TYPE_BETA+3
|
||||
|
||||
#define FW_MAJOR 3
|
||||
#define FW_MINOR 9
|
||||
#define FW_PATCH 9
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+2
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user