mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Plane: prepare for 3.9.4 release
This commit is contained in:
parent
bbcc458c4a
commit
7e37f2b638
@ -9,11 +9,12 @@
|
|||||||
#define THISFIRMWARE "ArduPlane V3.9.4"
|
#define THISFIRMWARE "ArduPlane V3.9.4"
|
||||||
|
|
||||||
// the following line is parsed by the autotest scripts
|
// the following line is parsed by the autotest scripts
|
||||||
#define FIRMWARE_VERSION 3,9,4,FIRMWARE_VERSION_TYPE_BETA
|
#define FIRMWARE_VERSION 3,9,4,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||||
|
|
||||||
#define FW_MAJOR 3
|
#define FW_MAJOR 3
|
||||||
#define FW_MINOR 9
|
#define FW_MINOR 9
|
||||||
#define FW_PATCH 4
|
#define FW_PATCH 4
|
||||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
|
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user